Shades of Cosmic Latte #CDFEDC
Tints of Cosmic Latte #CDFEDC
RGB
CMYK
RGB Variations
Color information
#CDFEDC (or 0xCDFEDC) is known color: Cosmic Latte. HEX triplet: CD, FE and DC. RGB value is (205,254,220). Sum of RGB (Red+Green+Blue) = 205+254+220=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEDC is #320123. Grayscale: #EBEBEB. Windows color (decimal): -3277092 or 14483149. OLE color: 14483149.
HSL color Cylindrical-coordinate representation of color #CDFEDC: hue angle of 138.37º 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 #CDFEDC is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 220 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.00 |
| HSL | 138.37º | 0.96% | 0.9% | - |
| HSV(B) | 138.37º | 0.19% | 1% | - |
| XYZ | 73.54 | 89.03 | 81.02 | - |
| YUV | 235.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 220 | 0.19 | 0 | 0.13 | 0.00 | 138.37 | 0.96 | 0.9 |
| Hex | CD | FE | DC | 13 | 0 | D | 0 | 8A | 60 | 5A |
| Octal | 315 | 376 | 334 | 23 | 0 | 15 | 0 | 212 | 140 | 132 |
| Binary | 11001101 | 11111110 | 11011100 | 10011 | 0 | 1101 | 0 | 10001010 | 1100000 | 1011010 |
Color Harmonies of #CDFEDC
Complementary color
Monochromatic Colors of #CDFEDC
Black with #CDFEDC
Text Example
Text Example
White with #CDFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEDC; }
p { color: rgb(205,254,220); }
H1.HeaderClassName
{
color: #CDFEDC;
}
.AnyTagClassName
{
color: #CDFEDC;
}
</style>
background-color css
<style>
a { background-color: #CDFEDC; }
a { background-color: rgb(205,254,220); }
div.DivClassName
{
background-color: #CDFEDC;
}
.BgClassName
{
background-color: #CDFEDC;
}
</style>
border-color css
<style>
span { border-color: #CDFEDC; }
span { border-color: rgb(205,254,220); }
td.TdClassName
{
border-color: #CDFEDC;
}
.TagClassName
{
border-color: #CDFEDC;
}
</style>