Shades of Cosmic Latte #CEFFDB
Tints of Cosmic Latte #CEFFDB
RGB
CMYK
RGB Variations
Color information
#CEFFDB (or 0xCEFFDB) is known color: Cosmic Latte. HEX triplet: CE, FF and DB. RGB value is (206,255,219). Sum of RGB (Red+Green+Blue) = 206+255+219=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFDB is #310024. Grayscale: #ECECEC. Windows color (decimal): -3211301 or 14417870. OLE color: 14417870.
HSL color Cylindrical-coordinate representation of color #CEFFDB: hue angle of 135.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFFDB is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 206 | 255 | 219 | - |
CMYK | 0.19 | 0 | 0.14 | 0 |
HSL | 135.92º | 1% | 0.9% | - |
HSV(B) | 135.92º | 0.19% | 1% | - |
XYZ | 74 | 89.76 | 80.44 | - |
YUV | 236.25 | 118.27 | 106.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 255 | 219 | 0.19 | 0 | 0.14 | 0 | 135.92 | 1 | 0.9 |
Hex | CE | FF | DB | 13 | 0 | E | 0 | 88 | 64 | 5A |
Octal | 316 | 377 | 333 | 23 | 0 | 16 | 0 | 210 | 144 | 132 |
Binary | 11001110 | 11111111 | 11011011 | 10011 | 0 | 1110 | 0 | 10001000 | 1100100 | 1011010 |
Color Harmonies of #CEFFDB
Complementary color
Monochromatic Colors of #CEFFDB
Black with #CEFFDB
Text Example
Text Example
White with #CEFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFDB; }
p { color: rgb(206,255,219); }
H1.HeaderClassName
{
color: #CEFFDB;
}
.AnyTagClassName
{
color: #CEFFDB;
}
</style>
background-color css
<style>
a { background-color: #CEFFDB; }
a { background-color: rgb(206,255,219); }
div.DivClassName
{
background-color: #CEFFDB;
}
.BgClassName
{
background-color: #CEFFDB;
}
</style>
border-color css
<style>
span { border-color: #CEFFDB; }
span { border-color: rgb(206,255,219); }
td.TdClassName
{
border-color: #CEFFDB;
}
.TagClassName
{
border-color: #CEFFDB;
}
</style>