Shades of Cosmic Latte #CDFEDA
Tints of Cosmic Latte #CDFEDA
RGB
CMYK
RGB Variations
Color information
#CDFEDA (or 0xCDFEDA) is known color: Cosmic Latte. HEX triplet: CD, FE and DA. RGB value is (205,254,218). Sum of RGB (Red+Green+Blue) = 205+254+218=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEDA is #320125. Grayscale: #EBEBEB. Windows color (decimal): -3277094 or 14352077. OLE color: 14352077.
HSL color Cylindrical-coordinate representation of color #CDFEDA: hue angle of 135.92º 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 #CDFEDA is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 205 | 254 | 218 | - |
CMYK | 0.19 | 0 | 0.14 | 0.00 |
HSL | 135.92º | 0.96% | 0.9% | - |
HSV(B) | 135.92º | 0.19% | 1% | - |
XYZ | 73.27 | 88.92 | 79.63 | - |
YUV | 235.25 | 118.27 | 106.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 254 | 218 | 0.19 | 0 | 0.14 | 0.00 | 135.92 | 0.96 | 0.9 |
Hex | CD | FE | DA | 13 | 0 | E | 0 | 88 | 60 | 5A |
Octal | 315 | 376 | 332 | 23 | 0 | 16 | 0 | 210 | 140 | 132 |
Binary | 11001101 | 11111110 | 11011010 | 10011 | 0 | 1110 | 0 | 10001000 | 1100000 | 1011010 |
Color Harmonies of #CDFEDA
Complementary color
Monochromatic Colors of #CDFEDA
Black with #CDFEDA
Text Example
Text Example
White with #CDFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEDA; }
p { color: rgb(205,254,218); }
H1.HeaderClassName
{
color: #CDFEDA;
}
.AnyTagClassName
{
color: #CDFEDA;
}
</style>
background-color css
<style>
a { background-color: #CDFEDA; }
a { background-color: rgb(205,254,218); }
div.DivClassName
{
background-color: #CDFEDA;
}
.BgClassName
{
background-color: #CDFEDA;
}
</style>
border-color css
<style>
span { border-color: #CDFEDA; }
span { border-color: rgb(205,254,218); }
td.TdClassName
{
border-color: #CDFEDA;
}
.TagClassName
{
border-color: #CDFEDA;
}
</style>