Shades of Cosmic Latte #DEFCE4
Tints of Cosmic Latte #DEFCE4
RGB
CMYK
RGB Variations
Color information
#DEFCE4 (or 0xDEFCE4) is known color: Cosmic Latte. HEX triplet: DE, FC and E4. RGB value is (222,252,228). Sum of RGB (Red+Green+Blue) = 222+252+228=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCE4 is #21031B. Grayscale: #F0F0F0. Windows color (decimal): -2163484 or 15006942. OLE color: 15006942.
HSL color Cylindrical-coordinate representation of color #DEFCE4: hue angle of 132º 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 #DEFCE4 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 228 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.01 |
| HSL | 132º | 0.83% | 0.93% | - |
| HSV(B) | 132º | 0.12% | 0.99% | - |
| XYZ | 78.94 | 90.75 | 86.76 | - |
| YUV | 240.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 228 | 0.12 | 0 | 0.10 | 0.01 | 132 | 0.83 | 0.93 |
| Hex | DE | FC | E4 | C | 0 | A | 1 | 84 | 53 | 5D |
| Octal | 336 | 374 | 344 | 14 | 0 | 12 | 1 | 204 | 123 | 135 |
| Binary | 11011110 | 11111100 | 11100100 | 1100 | 0 | 1010 | 1 | 10000100 | 1010011 | 1011101 |
Color Harmonies of #DEFCE4
Complementary color
Monochromatic Colors of #DEFCE4
Black with #DEFCE4
Text Example
Text Example
White with #DEFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCE4; }
p { color: rgb(222,252,228); }
H1.HeaderClassName
{
color: #DEFCE4;
}
.AnyTagClassName
{
color: #DEFCE4;
}
</style>
background-color css
<style>
a { background-color: #DEFCE4; }
a { background-color: rgb(222,252,228); }
div.DivClassName
{
background-color: #DEFCE4;
}
.BgClassName
{
background-color: #DEFCE4;
}
</style>
border-color css
<style>
span { border-color: #DEFCE4; }
span { border-color: rgb(222,252,228); }
td.TdClassName
{
border-color: #DEFCE4;
}
.TagClassName
{
border-color: #DEFCE4;
}
</style>