Shades of Cosmic Latte #DCFDEA
Tints of Cosmic Latte #DCFDEA
RGB
CMYK
RGB Variations
Color information
#DCFDEA (or 0xDCFDEA) is known color: Cosmic Latte. HEX triplet: DC, FD and EA. RGB value is (220,253,234). Sum of RGB (Red+Green+Blue) = 220+253+234=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDEA is #230215. Grayscale: #F1F1F1. Windows color (decimal): -2294294 or 15400412. OLE color: 15400412.
HSL color Cylindrical-coordinate representation of color #DCFDEA: hue angle of 145.45º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFDEA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 234 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.01 |
| HSL | 145.45º | 0.89% | 0.93% | - |
| HSV(B) | 145.45º | 0.13% | 0.99% | - |
| XYZ | 79.49 | 91.41 | 91.3 | - |
| YUV | 240.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 234 | 0.13 | 0 | 0.08 | 0.01 | 145.45 | 0.89 | 0.93 |
| Hex | DC | FD | EA | D | 0 | 8 | 1 | 91 | 59 | 5D |
| Octal | 334 | 375 | 352 | 15 | 0 | 10 | 1 | 221 | 131 | 135 |
| Binary | 11011100 | 11111101 | 11101010 | 1101 | 0 | 1000 | 1 | 10010001 | 1011001 | 1011101 |
Color Harmonies of #DCFDEA
Complementary color
Monochromatic Colors of #DCFDEA
Black with #DCFDEA
Text Example
Text Example
White with #DCFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDEA; }
p { color: rgb(220,253,234); }
H1.HeaderClassName
{
color: #DCFDEA;
}
.AnyTagClassName
{
color: #DCFDEA;
}
</style>
background-color css
<style>
a { background-color: #DCFDEA; }
a { background-color: rgb(220,253,234); }
div.DivClassName
{
background-color: #DCFDEA;
}
.BgClassName
{
background-color: #DCFDEA;
}
</style>
border-color css
<style>
span { border-color: #DCFDEA; }
span { border-color: rgb(220,253,234); }
td.TdClassName
{
border-color: #DCFDEA;
}
.TagClassName
{
border-color: #DCFDEA;
}
</style>