Shades of Cosmic Latte #CDFEDD
Tints of Cosmic Latte #CDFEDD
RGB
CMYK
RGB Variations
Color information
#CDFEDD (or 0xCDFEDD) is known color: Cosmic Latte. HEX triplet: CD, FE and DD. RGB value is (205,254,221). Sum of RGB (Red+Green+Blue) = 205+254+221=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEDD is #320122. Grayscale: #EBEBEB. Windows color (decimal): -3277091 or 14548685. OLE color: 14548685.
HSL color Cylindrical-coordinate representation of color #CDFEDD: hue angle of 139.59º 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 #CDFEDD is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 221 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.00 |
| HSL | 139.59º | 0.96% | 0.9% | - |
| HSV(B) | 139.59º | 0.19% | 1% | - |
| XYZ | 73.67 | 89.08 | 81.72 | - |
| YUV | 235.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 221 | 0.19 | 0 | 0.13 | 0.00 | 139.59 | 0.96 | 0.9 |
| Hex | CD | FE | DD | 13 | 0 | D | 0 | 8C | 60 | 5A |
| Octal | 315 | 376 | 335 | 23 | 0 | 15 | 0 | 214 | 140 | 132 |
| Binary | 11001101 | 11111110 | 11011101 | 10011 | 0 | 1101 | 0 | 10001100 | 1100000 | 1011010 |
Color Harmonies of #CDFEDD
Complementary color
Monochromatic Colors of #CDFEDD
Black with #CDFEDD
Text Example
Text Example
White with #CDFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEDD; }
p { color: rgb(205,254,221); }
H1.HeaderClassName
{
color: #CDFEDD;
}
.AnyTagClassName
{
color: #CDFEDD;
}
</style>
background-color css
<style>
a { background-color: #CDFEDD; }
a { background-color: rgb(205,254,221); }
div.DivClassName
{
background-color: #CDFEDD;
}
.BgClassName
{
background-color: #CDFEDD;
}
</style>
border-color css
<style>
span { border-color: #CDFEDD; }
span { border-color: rgb(205,254,221); }
td.TdClassName
{
border-color: #CDFEDD;
}
.TagClassName
{
border-color: #CDFEDD;
}
</style>