Shades of Cosmic Latte #CEF9DD
Tints of Cosmic Latte #CEF9DD
RGB
CMYK
RGB Variations
Color information
#CEF9DD (or 0xCEF9DD) is known color: Cosmic Latte. HEX triplet: CE, F9 and DD. RGB value is (206,249,221). Sum of RGB (Red+Green+Blue) = 206+249+221=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9DD is #310622. Grayscale: #E9E9E9. Windows color (decimal): -3212835 or 14547406. OLE color: 14547406.
HSL color Cylindrical-coordinate representation of color #CEF9DD: hue angle of 140.93º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF9DD is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 221 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.02 |
| HSL | 140.93º | 0.78% | 0.89% | - |
| HSV(B) | 140.93º | 0.17% | 0.98% | - |
| XYZ | 72.38 | 86.09 | 81.21 | - |
| YUV | 232.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 221 | 0.17 | 0 | 0.11 | 0.02 | 140.93 | 0.78 | 0.89 |
| Hex | CE | F9 | DD | 11 | 0 | B | 2 | 8D | 4E | 59 |
| Octal | 316 | 371 | 335 | 21 | 0 | 13 | 2 | 215 | 116 | 131 |
| Binary | 11001110 | 11111001 | 11011101 | 10001 | 0 | 1011 | 10 | 10001101 | 1001110 | 1011001 |
Color Harmonies of #CEF9DD
Complementary color
Monochromatic Colors of #CEF9DD
Black with #CEF9DD
Text Example
Text Example
White with #CEF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF9DD; }
p { color: rgb(206,249,221); }
H1.HeaderClassName
{
color: #CEF9DD;
}
.AnyTagClassName
{
color: #CEF9DD;
}
</style>
background-color css
<style>
a { background-color: #CEF9DD; }
a { background-color: rgb(206,249,221); }
div.DivClassName
{
background-color: #CEF9DD;
}
.BgClassName
{
background-color: #CEF9DD;
}
</style>
border-color css
<style>
span { border-color: #CEF9DD; }
span { border-color: rgb(206,249,221); }
td.TdClassName
{
border-color: #CEF9DD;
}
.TagClassName
{
border-color: #CEF9DD;
}
</style>