Shades of Cosmic Latte #DEFCEA
Tints of Cosmic Latte #DEFCEA
RGB
CMYK
RGB Variations
Color information
#DEFCEA (or 0xDEFCEA) is known color: Cosmic Latte. HEX triplet: DE, FC and EA. RGB value is (222,252,234). Sum of RGB (Red+Green+Blue) = 222+252+234=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFCEA is #210315. Grayscale: #F1F1F1. Windows color (decimal): -2163478 or 15400158. OLE color: 15400158.
HSL color Cylindrical-coordinate representation of color #DEFCEA: hue angle of 144º 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 #DEFCEA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 234 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.01 |
| HSL | 144º | 0.83% | 0.93% | - |
| HSV(B) | 144º | 0.12% | 0.99% | - |
| XYZ | 79.79 | 91.09 | 91.22 | - |
| YUV | 240.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 234 | 0.12 | 0 | 0.07 | 0.01 | 144 | 0.83 | 0.93 |
| Hex | DE | FC | EA | C | 0 | 7 | 1 | 90 | 53 | 5D |
| Octal | 336 | 374 | 352 | 14 | 0 | 7 | 1 | 220 | 123 | 135 |
| Binary | 11011110 | 11111100 | 11101010 | 1100 | 0 | 111 | 1 | 10010000 | 1010011 | 1011101 |
Color Harmonies of #DEFCEA
Complementary color
Monochromatic Colors of #DEFCEA
Black with #DEFCEA
Text Example
Text Example
White with #DEFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCEA; }
p { color: rgb(222,252,234); }
H1.HeaderClassName
{
color: #DEFCEA;
}
.AnyTagClassName
{
color: #DEFCEA;
}
</style>
background-color css
<style>
a { background-color: #DEFCEA; }
a { background-color: rgb(222,252,234); }
div.DivClassName
{
background-color: #DEFCEA;
}
.BgClassName
{
background-color: #DEFCEA;
}
</style>
border-color css
<style>
span { border-color: #DEFCEA; }
span { border-color: rgb(222,252,234); }
td.TdClassName
{
border-color: #DEFCEA;
}
.TagClassName
{
border-color: #DEFCEA;
}
</style>