Shades of Cosmic Latte #CEFFDF
Tints of Cosmic Latte #CEFFDF
RGB
CMYK
RGB Variations
Color information
#CEFFDF (or 0xCEFFDF) is known color: Cosmic Latte. HEX triplet: CE, FF and DF. RGB value is (206,255,223). Sum of RGB (Red+Green+Blue) = 206+255+223=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFDF is #310020. Grayscale: #ECECEC. Windows color (decimal): -3211297 or 14680014. OLE color: 14680014.
HSL color Cylindrical-coordinate representation of color #CEFFDF: hue angle of 140.82º 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 #CEFFDF is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 223 | - |
| CMYK | 0.19 | 0 | 0.13 | 0 |
| HSL | 140.82º | 1% | 0.9% | - |
| HSV(B) | 140.82º | 0.19% | 1% | - |
| XYZ | 74.53 | 89.97 | 83.25 | - |
| YUV | 236.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 223 | 0.19 | 0 | 0.13 | 0 | 140.82 | 1 | 0.9 |
| Hex | CE | FF | DF | 13 | 0 | D | 0 | 8D | 64 | 5A |
| Octal | 316 | 377 | 337 | 23 | 0 | 15 | 0 | 215 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11011111 | 10011 | 0 | 1101 | 0 | 10001101 | 1100100 | 1011010 |
Color Harmonies of #CEFFDF
Complementary color
Monochromatic Colors of #CEFFDF
Black with #CEFFDF
Text Example
Text Example
White with #CEFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFDF; }
p { color: rgb(206,255,223); }
H1.HeaderClassName
{
color: #CEFFDF;
}
.AnyTagClassName
{
color: #CEFFDF;
}
</style>
background-color css
<style>
a { background-color: #CEFFDF; }
a { background-color: rgb(206,255,223); }
div.DivClassName
{
background-color: #CEFFDF;
}
.BgClassName
{
background-color: #CEFFDF;
}
</style>
border-color css
<style>
span { border-color: #CEFFDF; }
span { border-color: rgb(206,255,223); }
td.TdClassName
{
border-color: #CEFFDF;
}
.TagClassName
{
border-color: #CEFFDF;
}
</style>