#DEFAED (or 0xDEFAED) is unknown color: approx White Ice. HEX triplet: DE, FA and ED. RGB value is (222,250,237). Sum of RGB (Red+Green+Blue) = 222+250+237=709 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.31% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAED is #210512. Grayscale: #F0F0F0. Windows color (decimal): -2163987 or 15596254. OLE color: 15596254.
HSL color Cylindrical-coordinate representation of color #DEFAED: hue angle of 152.14º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEFAED is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
<style> p { color: #DEFAED; } p { color: rgb(222,250,237); } H1.HeaderClassName { color: #DEFAED; } .AnyTagClassName { color: #DEFAED; } </style>
<style> a { background-color: #DEFAED; } a { background-color: rgb(222,250,237); } div.DivClassName { background-color: #DEFAED; } .BgClassName { background-color: #DEFAED; } </style>
<style> span { border-color: #DEFAED; } span { border-color: rgb(222,250,237); } td.TdClassName { border-color: #DEFAED; } .TagClassName { border-color: #DEFAED; } </style>