Shades of Cosmic Latte #DCFDE5
Tints of Cosmic Latte #DCFDE5
RGB
CMYK
RGB Variations
Color information
#DCFDE5 (or 0xDCFDE5) is known color: Cosmic Latte. HEX triplet: DC, FD and E5. RGB value is (220,253,229). Sum of RGB (Red+Green+Blue) = 220+253+229=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDE5 is #23021A. Grayscale: #F0F0F0. Windows color (decimal): -2294299 or 15072732. OLE color: 15072732.
HSL color Cylindrical-coordinate representation of color #DCFDE5: hue angle of 136.36º 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 #DCFDE5 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 229 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.01 |
| HSL | 136.36º | 0.89% | 0.93% | - |
| HSV(B) | 136.36º | 0.13% | 0.99% | - |
| XYZ | 78.78 | 91.12 | 87.56 | - |
| YUV | 240.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 229 | 0.13 | 0 | 0.09 | 0.01 | 136.36 | 0.89 | 0.93 |
| Hex | DC | FD | E5 | D | 0 | 9 | 1 | 88 | 59 | 5D |
| Octal | 334 | 375 | 345 | 15 | 0 | 11 | 1 | 210 | 131 | 135 |
| Binary | 11011100 | 11111101 | 11100101 | 1101 | 0 | 1001 | 1 | 10001000 | 1011001 | 1011101 |
Color Harmonies of #DCFDE5
Complementary color
Monochromatic Colors of #DCFDE5
Black with #DCFDE5
Text Example
Text Example
White with #DCFDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDE5; }
p { color: rgb(220,253,229); }
H1.HeaderClassName
{
color: #DCFDE5;
}
.AnyTagClassName
{
color: #DCFDE5;
}
</style>
background-color css
<style>
a { background-color: #DCFDE5; }
a { background-color: rgb(220,253,229); }
div.DivClassName
{
background-color: #DCFDE5;
}
.BgClassName
{
background-color: #DCFDE5;
}
</style>
border-color css
<style>
span { border-color: #DCFDE5; }
span { border-color: rgb(220,253,229); }
td.TdClassName
{
border-color: #DCFDE5;
}
.TagClassName
{
border-color: #DCFDE5;
}
</style>