Shades of Cosmic Latte #DEFCE7
Tints of Cosmic Latte #DEFCE7
RGB
CMYK
RGB Variations
Color information
#DEFCE7 (or 0xDEFCE7) is known color: Cosmic Latte. HEX triplet: DE, FC and E7. RGB value is (222,252,231). Sum of RGB (Red+Green+Blue) = 222+252+231=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFCE7 is #210318. Grayscale: #F0F0F0. Windows color (decimal): -2163481 or 15203550. OLE color: 15203550.
HSL color Cylindrical-coordinate representation of color #DEFCE7: hue angle of 138º 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 #DEFCE7 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 231 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.01 |
| HSL | 138º | 0.83% | 0.93% | - |
| HSV(B) | 138º | 0.12% | 0.99% | - |
| XYZ | 79.36 | 90.92 | 88.97 | - |
| YUV | 240.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 231 | 0.12 | 0 | 0.08 | 0.01 | 138 | 0.83 | 0.93 |
| Hex | DE | FC | E7 | C | 0 | 8 | 1 | 8A | 53 | 5D |
| Octal | 336 | 374 | 347 | 14 | 0 | 10 | 1 | 212 | 123 | 135 |
| Binary | 11011110 | 11111100 | 11100111 | 1100 | 0 | 1000 | 1 | 10001010 | 1010011 | 1011101 |
Color Harmonies of #DEFCE7
Complementary color
Monochromatic Colors of #DEFCE7
Black with #DEFCE7
Text Example
Text Example
White with #DEFCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCE7; }
p { color: rgb(222,252,231); }
H1.HeaderClassName
{
color: #DEFCE7;
}
.AnyTagClassName
{
color: #DEFCE7;
}
</style>
background-color css
<style>
a { background-color: #DEFCE7; }
a { background-color: rgb(222,252,231); }
div.DivClassName
{
background-color: #DEFCE7;
}
.BgClassName
{
background-color: #DEFCE7;
}
</style>
border-color css
<style>
span { border-color: #DEFCE7; }
span { border-color: rgb(222,252,231); }
td.TdClassName
{
border-color: #DEFCE7;
}
.TagClassName
{
border-color: #DEFCE7;
}
</style>