Shades of Cosmic Latte #CEF9DB
Tints of Cosmic Latte #CEF9DB
RGB
CMYK
RGB Variations
Color information
#CEF9DB (or 0xCEF9DB) is known color: Cosmic Latte. HEX triplet: CE, F9 and DB. RGB value is (206,249,219). Sum of RGB (Red+Green+Blue) = 206+249+219=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9DB is #310624. Grayscale: #E8E8E8. Windows color (decimal): -3212837 or 14416334. OLE color: 14416334.
HSL color Cylindrical-coordinate representation of color #CEF9DB: hue angle of 138.14º 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 #CEF9DB is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 219 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.02 |
| HSL | 138.14º | 0.78% | 0.89% | - |
| HSV(B) | 138.14º | 0.17% | 0.98% | - |
| XYZ | 72.12 | 85.99 | 79.81 | - |
| YUV | 232.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 219 | 0.17 | 0 | 0.12 | 0.02 | 138.14 | 0.78 | 0.89 |
| Hex | CE | F9 | DB | 11 | 0 | C | 2 | 8A | 4E | 59 |
| Octal | 316 | 371 | 333 | 21 | 0 | 14 | 2 | 212 | 116 | 131 |
| Binary | 11001110 | 11111001 | 11011011 | 10001 | 0 | 1100 | 10 | 10001010 | 1001110 | 1011001 |
Color Harmonies of #CEF9DB
Complementary color
Monochromatic Colors of #CEF9DB
Black with #CEF9DB
Text Example
Text Example
White with #CEF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF9DB; }
p { color: rgb(206,249,219); }
H1.HeaderClassName
{
color: #CEF9DB;
}
.AnyTagClassName
{
color: #CEF9DB;
}
</style>
background-color css
<style>
a { background-color: #CEF9DB; }
a { background-color: rgb(206,249,219); }
div.DivClassName
{
background-color: #CEF9DB;
}
.BgClassName
{
background-color: #CEF9DB;
}
</style>
border-color css
<style>
span { border-color: #CEF9DB; }
span { border-color: rgb(206,249,219); }
td.TdClassName
{
border-color: #CEF9DB;
}
.TagClassName
{
border-color: #CEF9DB;
}
</style>