Shades of Cosmic Latte #CEFDDB
Tints of Cosmic Latte #CEFDDB
RGB
CMYK
RGB Variations
Color information
#CEFDDB (or 0xCEFDDB) is known color: Cosmic Latte. HEX triplet: CE, FD and DB. RGB value is (206,253,219). Sum of RGB (Red+Green+Blue) = 206+253+219=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDDB is #310224. Grayscale: #EBEBEB. Windows color (decimal): -3211813 or 14417358. OLE color: 14417358.
HSL color Cylindrical-coordinate representation of color #CEFDDB: hue angle of 136.6º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDDB is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 253 | 219 | - |
CMYK | 0.19 | 0 | 0.13 | 0.01 |
HSL | 136.6º | 0.92% | 0.9% | - |
HSV(B) | 136.6º | 0.19% | 0.99% | - |
XYZ | 73.37 | 88.49 | 80.23 | - |
YUV | 235.07 | 118.93 | 107.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 253 | 219 | 0.19 | 0 | 0.13 | 0.01 | 136.6 | 0.92 | 0.9 |
Hex | CE | FD | DB | 13 | 0 | D | 1 | 89 | 5C | 5A |
Octal | 316 | 375 | 333 | 23 | 0 | 15 | 1 | 211 | 134 | 132 |
Binary | 11001110 | 11111101 | 11011011 | 10011 | 0 | 1101 | 1 | 10001001 | 1011100 | 1011010 |
Color Harmonies of #CEFDDB
Complementary color
Monochromatic Colors of #CEFDDB
Black with #CEFDDB
Text Example
Text Example
White with #CEFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDDB; }
p { color: rgb(206,253,219); }
H1.HeaderClassName
{
color: #CEFDDB;
}
.AnyTagClassName
{
color: #CEFDDB;
}
</style>
background-color css
<style>
a { background-color: #CEFDDB; }
a { background-color: rgb(206,253,219); }
div.DivClassName
{
background-color: #CEFDDB;
}
.BgClassName
{
background-color: #CEFDDB;
}
</style>
border-color css
<style>
span { border-color: #CEFDDB; }
span { border-color: rgb(206,253,219); }
td.TdClassName
{
border-color: #CEFDDB;
}
.TagClassName
{
border-color: #CEFDDB;
}
</style>