Shades of Cosmic Latte #CEFFDC
Tints of Cosmic Latte #CEFFDC
RGB
CMYK
RGB Variations
Color information
#CEFFDC (or 0xCEFFDC) is known color: Cosmic Latte. HEX triplet: CE, FF and DC. RGB value is (206,255,220). Sum of RGB (Red+Green+Blue) = 206+255+220=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFDC is #310023. Grayscale: #ECECEC. Windows color (decimal): -3211300 or 14483406. OLE color: 14483406.
HSL color Cylindrical-coordinate representation of color #CEFFDC: hue angle of 137.14º 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 #CEFFDC is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 220 | - |
| CMYK | 0.19 | 0 | 0.14 | 0 |
| HSL | 137.14º | 1% | 0.9% | - |
| HSV(B) | 137.14º | 0.19% | 1% | - |
| XYZ | 74.13 | 89.81 | 81.14 | - |
| YUV | 236.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 220 | 0.19 | 0 | 0.14 | 0 | 137.14 | 1 | 0.9 |
| Hex | CE | FF | DC | 13 | 0 | E | 0 | 89 | 64 | 5A |
| Octal | 316 | 377 | 334 | 23 | 0 | 16 | 0 | 211 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11011100 | 10011 | 0 | 1110 | 0 | 10001001 | 1100100 | 1011010 |
Color Harmonies of #CEFFDC
Complementary color
Monochromatic Colors of #CEFFDC
Black with #CEFFDC
Text Example
Text Example
White with #CEFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFDC; }
p { color: rgb(206,255,220); }
H1.HeaderClassName
{
color: #CEFFDC;
}
.AnyTagClassName
{
color: #CEFFDC;
}
</style>
background-color css
<style>
a { background-color: #CEFFDC; }
a { background-color: rgb(206,255,220); }
div.DivClassName
{
background-color: #CEFFDC;
}
.BgClassName
{
background-color: #CEFFDC;
}
</style>
border-color css
<style>
span { border-color: #CEFFDC; }
span { border-color: rgb(206,255,220); }
td.TdClassName
{
border-color: #CEFFDC;
}
.TagClassName
{
border-color: #CEFFDC;
}
</style>