Shades of Cosmic Latte #CEFDDC
Tints of Cosmic Latte #CEFDDC
RGB
CMYK
RGB Variations
Color information
#CEFDDC (or 0xCEFDDC) is known color: Cosmic Latte. HEX triplet: CE, FD and DC. RGB value is (206,253,220). Sum of RGB (Red+Green+Blue) = 206+253+220=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDDC is #310223. Grayscale: #EBEBEB. Windows color (decimal): -3211812 or 14482894. OLE color: 14482894.
HSL color Cylindrical-coordinate representation of color #CEFDDC: hue angle of 137.87º 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 #CEFDDC is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 220 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.01 |
| HSL | 137.87º | 0.92% | 0.9% | - |
| HSV(B) | 137.87º | 0.19% | 0.99% | - |
| XYZ | 73.5 | 88.54 | 80.93 | - |
| YUV | 235.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 220 | 0.19 | 0 | 0.13 | 0.01 | 137.87 | 0.92 | 0.9 |
| Hex | CE | FD | DC | 13 | 0 | D | 1 | 8A | 5C | 5A |
| Octal | 316 | 375 | 334 | 23 | 0 | 15 | 1 | 212 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11011100 | 10011 | 0 | 1101 | 1 | 10001010 | 1011100 | 1011010 |
Color Harmonies of #CEFDDC
Complementary color
Monochromatic Colors of #CEFDDC
Black with #CEFDDC
Text Example
Text Example
White with #CEFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDDC; }
p { color: rgb(206,253,220); }
H1.HeaderClassName
{
color: #CEFDDC;
}
.AnyTagClassName
{
color: #CEFDDC;
}
</style>
background-color css
<style>
a { background-color: #CEFDDC; }
a { background-color: rgb(206,253,220); }
div.DivClassName
{
background-color: #CEFDDC;
}
.BgClassName
{
background-color: #CEFDDC;
}
</style>
border-color css
<style>
span { border-color: #CEFDDC; }
span { border-color: rgb(206,253,220); }
td.TdClassName
{
border-color: #CEFDDC;
}
.TagClassName
{
border-color: #CEFDDC;
}
</style>