Shades of Cosmic Latte #CEFFDD
Tints of Cosmic Latte #CEFFDD
RGB
CMYK
RGB Variations
Color information
#CEFFDD (or 0xCEFFDD) is known color: Cosmic Latte. HEX triplet: CE, FF and DD. RGB value is (206,255,221). Sum of RGB (Red+Green+Blue) = 206+255+221=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFDD is #310022. Grayscale: #ECECEC. Windows color (decimal): -3211299 or 14548942. OLE color: 14548942.
HSL color Cylindrical-coordinate representation of color #CEFFDD: hue angle of 138.37º 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 #CEFFDD is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 221 | - |
| CMYK | 0.19 | 0 | 0.13 | 0 |
| HSL | 138.37º | 1% | 0.9% | - |
| HSV(B) | 138.37º | 0.19% | 1% | - |
| XYZ | 74.26 | 89.86 | 81.84 | - |
| YUV | 236.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 221 | 0.19 | 0 | 0.13 | 0 | 138.37 | 1 | 0.9 |
| Hex | CE | FF | DD | 13 | 0 | D | 0 | 8A | 64 | 5A |
| Octal | 316 | 377 | 335 | 23 | 0 | 15 | 0 | 212 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11011101 | 10011 | 0 | 1101 | 0 | 10001010 | 1100100 | 1011010 |
Color Harmonies of #CEFFDD
Complementary color
Monochromatic Colors of #CEFFDD
Black with #CEFFDD
Text Example
Text Example
White with #CEFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFDD; }
p { color: rgb(206,255,221); }
H1.HeaderClassName
{
color: #CEFFDD;
}
.AnyTagClassName
{
color: #CEFFDD;
}
</style>
background-color css
<style>
a { background-color: #CEFFDD; }
a { background-color: rgb(206,255,221); }
div.DivClassName
{
background-color: #CEFFDD;
}
.BgClassName
{
background-color: #CEFFDD;
}
</style>
border-color css
<style>
span { border-color: #CEFFDD; }
span { border-color: rgb(206,255,221); }
td.TdClassName
{
border-color: #CEFFDD;
}
.TagClassName
{
border-color: #CEFFDD;
}
</style>