Shades of Cosmic Latte #CEFEDC
Tints of Cosmic Latte #CEFEDC
RGB
CMYK
RGB Variations
Color information
#CEFEDC (or 0xCEFEDC) is known color: Cosmic Latte. HEX triplet: CE, FE and DC. RGB value is (206,254,220). Sum of RGB (Red+Green+Blue) = 206+254+220=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFEDC is #310123. Grayscale: #EBEBEB. Windows color (decimal): -3211556 or 14483150. OLE color: 14483150.
HSL color Cylindrical-coordinate representation of color #CEFEDC: hue angle of 137.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFEDC is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 220 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.00 |
| HSL | 137.5º | 0.96% | 0.9% | - |
| HSV(B) | 137.5º | 0.19% | 1% | - |
| XYZ | 73.81 | 89.17 | 81.03 | - |
| YUV | 235.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 220 | 0.19 | 0 | 0.13 | 0.00 | 137.5 | 0.96 | 0.9 |
| Hex | CE | FE | DC | 13 | 0 | D | 0 | 8A | 60 | 5A |
| Octal | 316 | 376 | 334 | 23 | 0 | 15 | 0 | 212 | 140 | 132 |
| Binary | 11001110 | 11111110 | 11011100 | 10011 | 0 | 1101 | 0 | 10001010 | 1100000 | 1011010 |
Color Harmonies of #CEFEDC
Complementary color
Monochromatic Colors of #CEFEDC
Black with #CEFEDC
Text Example
Text Example
White with #CEFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEDC; }
p { color: rgb(206,254,220); }
H1.HeaderClassName
{
color: #CEFEDC;
}
.AnyTagClassName
{
color: #CEFEDC;
}
</style>
background-color css
<style>
a { background-color: #CEFEDC; }
a { background-color: rgb(206,254,220); }
div.DivClassName
{
background-color: #CEFEDC;
}
.BgClassName
{
background-color: #CEFEDC;
}
</style>
border-color css
<style>
span { border-color: #CEFEDC; }
span { border-color: rgb(206,254,220); }
td.TdClassName
{
border-color: #CEFEDC;
}
.TagClassName
{
border-color: #CEFEDC;
}
</style>