Shades of Cosmic Latte #DCFDE8
Tints of Cosmic Latte #DCFDE8
RGB
CMYK
RGB Variations
Color information
#DCFDE8 (or 0xDCFDE8) is known color: Cosmic Latte. HEX triplet: DC, FD and E8. RGB value is (220,253,232). Sum of RGB (Red+Green+Blue) = 220+253+232=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDE8 is #230217. Grayscale: #F0F0F0. Windows color (decimal): -2294296 or 15269340. OLE color: 15269340.
HSL color Cylindrical-coordinate representation of color #DCFDE8: hue angle of 141.82º 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 #DCFDE8 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 232 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.01 |
| HSL | 141.82º | 0.89% | 0.93% | - |
| HSV(B) | 141.82º | 0.13% | 0.99% | - |
| XYZ | 79.21 | 91.29 | 89.79 | - |
| YUV | 240.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 232 | 0.13 | 0 | 0.08 | 0.01 | 141.82 | 0.89 | 0.93 |
| Hex | DC | FD | E8 | D | 0 | 8 | 1 | 8E | 59 | 5D |
| Octal | 334 | 375 | 350 | 15 | 0 | 10 | 1 | 216 | 131 | 135 |
| Binary | 11011100 | 11111101 | 11101000 | 1101 | 0 | 1000 | 1 | 10001110 | 1011001 | 1011101 |
Color Harmonies of #DCFDE8
Complementary color
Monochromatic Colors of #DCFDE8
Black with #DCFDE8
Text Example
Text Example
White with #DCFDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDE8; }
p { color: rgb(220,253,232); }
H1.HeaderClassName
{
color: #DCFDE8;
}
.AnyTagClassName
{
color: #DCFDE8;
}
</style>
background-color css
<style>
a { background-color: #DCFDE8; }
a { background-color: rgb(220,253,232); }
div.DivClassName
{
background-color: #DCFDE8;
}
.BgClassName
{
background-color: #DCFDE8;
}
</style>
border-color css
<style>
span { border-color: #DCFDE8; }
span { border-color: rgb(220,253,232); }
td.TdClassName
{
border-color: #DCFDE8;
}
.TagClassName
{
border-color: #DCFDE8;
}
</style>