Shades of Cosmic Latte #CEFDDA
Tints of Cosmic Latte #CEFDDA
RGB
CMYK
RGB Variations
Color information
#CEFDDA (or 0xCEFDDA) is known color: Cosmic Latte. HEX triplet: CE, FD and DA. RGB value is (206,253,218). Sum of RGB (Red+Green+Blue) = 206+253+218=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDDA is #310225. Grayscale: #EBEBEB. Windows color (decimal): -3211814 or 14351822. OLE color: 14351822.
HSL color Cylindrical-coordinate representation of color #CEFDDA: hue angle of 135.32º 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 #CEFDDA is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 218 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.01 |
| HSL | 135.32º | 0.92% | 0.9% | - |
| HSV(B) | 135.32º | 0.19% | 0.99% | - |
| XYZ | 73.23 | 88.43 | 79.54 | - |
| YUV | 234.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 218 | 0.19 | 0 | 0.14 | 0.01 | 135.32 | 0.92 | 0.9 |
| Hex | CE | FD | DA | 13 | 0 | E | 1 | 87 | 5C | 5A |
| Octal | 316 | 375 | 332 | 23 | 0 | 16 | 1 | 207 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11011010 | 10011 | 0 | 1110 | 1 | 10000111 | 1011100 | 1011010 |
Color Harmonies of #CEFDDA
Complementary color
Monochromatic Colors of #CEFDDA
Black with #CEFDDA
Text Example
Text Example
White with #CEFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDDA; }
p { color: rgb(206,253,218); }
H1.HeaderClassName
{
color: #CEFDDA;
}
.AnyTagClassName
{
color: #CEFDDA;
}
</style>
background-color css
<style>
a { background-color: #CEFDDA; }
a { background-color: rgb(206,253,218); }
div.DivClassName
{
background-color: #CEFDDA;
}
.BgClassName
{
background-color: #CEFDDA;
}
</style>
border-color css
<style>
span { border-color: #CEFDDA; }
span { border-color: rgb(206,253,218); }
td.TdClassName
{
border-color: #CEFDDA;
}
.TagClassName
{
border-color: #CEFDDA;
}
</style>