Shades of Cosmic Latte #CEFCDD
Tints of Cosmic Latte #CEFCDD
RGB
CMYK
RGB Variations
Color information
#CEFCDD (or 0xCEFCDD) is known color: Cosmic Latte. HEX triplet: CE, FC and DD. RGB value is (206,252,221). Sum of RGB (Red+Green+Blue) = 206+252+221=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCDD is #310322. Grayscale: #EAEAEA. Windows color (decimal): -3212067 or 14548174. OLE color: 14548174.
HSL color Cylindrical-coordinate representation of color #CEFCDD: hue angle of 139.57º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFCDD is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 221 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.01 |
| HSL | 139.57º | 0.88% | 0.9% | - |
| HSV(B) | 139.57º | 0.18% | 0.99% | - |
| XYZ | 73.32 | 87.96 | 81.52 | - |
| YUV | 234.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 221 | 0.18 | 0 | 0.12 | 0.01 | 139.57 | 0.88 | 0.9 |
| Hex | CE | FC | DD | 12 | 0 | C | 1 | 8C | 58 | 5A |
| Octal | 316 | 374 | 335 | 22 | 0 | 14 | 1 | 214 | 130 | 132 |
| Binary | 11001110 | 11111100 | 11011101 | 10010 | 0 | 1100 | 1 | 10001100 | 1011000 | 1011010 |
Color Harmonies of #CEFCDD
Complementary color
Monochromatic Colors of #CEFCDD
Black with #CEFCDD
Text Example
Text Example
White with #CEFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFCDD; }
p { color: rgb(206,252,221); }
H1.HeaderClassName
{
color: #CEFCDD;
}
.AnyTagClassName
{
color: #CEFCDD;
}
</style>
background-color css
<style>
a { background-color: #CEFCDD; }
a { background-color: rgb(206,252,221); }
div.DivClassName
{
background-color: #CEFCDD;
}
.BgClassName
{
background-color: #CEFCDD;
}
</style>
border-color css
<style>
span { border-color: #CEFCDD; }
span { border-color: rgb(206,252,221); }
td.TdClassName
{
border-color: #CEFCDD;
}
.TagClassName
{
border-color: #CEFCDD;
}
</style>