Shades of Cosmic Latte #DEFCE8
Tints of Cosmic Latte #DEFCE8
RGB
CMYK
RGB Variations
Color information
#DEFCE8 (or 0xDEFCE8) is known color: Cosmic Latte. HEX triplet: DE, FC and E8. RGB value is (222,252,232). Sum of RGB (Red+Green+Blue) = 222+252+232=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 232 (91.02% from 255 or 32.86% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFCE8 is #210317. Grayscale: #F0F0F0. Windows color (decimal): -2163480 or 15269086. OLE color: 15269086.
HSL color Cylindrical-coordinate representation of color #DEFCE8: hue angle of 140º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFCE8 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 232 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.01 |
| HSL | 140º | 0.83% | 0.93% | - |
| HSV(B) | 140º | 0.12% | 0.99% | - |
| XYZ | 79.5 | 90.98 | 89.71 | - |
| YUV | 240.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 232 | 0.12 | 0 | 0.08 | 0.01 | 140 | 0.83 | 0.93 |
| Hex | DE | FC | E8 | C | 0 | 8 | 1 | 8C | 53 | 5D |
| Octal | 336 | 374 | 350 | 14 | 0 | 10 | 1 | 214 | 123 | 135 |
| Binary | 11011110 | 11111100 | 11101000 | 1100 | 0 | 1000 | 1 | 10001100 | 1010011 | 1011101 |
Color Harmonies of #DEFCE8
Complementary color
Monochromatic Colors of #DEFCE8
Black with #DEFCE8
Text Example
Text Example
White with #DEFCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCE8; }
p { color: rgb(222,252,232); }
H1.HeaderClassName
{
color: #DEFCE8;
}
.AnyTagClassName
{
color: #DEFCE8;
}
</style>
background-color css
<style>
a { background-color: #DEFCE8; }
a { background-color: rgb(222,252,232); }
div.DivClassName
{
background-color: #DEFCE8;
}
.BgClassName
{
background-color: #DEFCE8;
}
</style>
border-color css
<style>
span { border-color: #DEFCE8; }
span { border-color: rgb(222,252,232); }
td.TdClassName
{
border-color: #DEFCE8;
}
.TagClassName
{
border-color: #DEFCE8;
}
</style>