Shades of Cosmic Latte #DDFCE8
Tints of Cosmic Latte #DDFCE8
RGB
CMYK
RGB Variations
Color information
#DDFCE8 (or 0xDDFCE8) is known color: Cosmic Latte. HEX triplet: DD, FC and E8. RGB value is (221,252,232). Sum of RGB (Red+Green+Blue) = 221+252+232=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCE8 is #220317. Grayscale: #F0F0F0. Windows color (decimal): -2229016 or 15269085. OLE color: 15269085.
HSL color Cylindrical-coordinate representation of color #DDFCE8: hue angle of 141.29º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFCE8 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 232 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.01 |
| HSL | 141.29º | 0.84% | 0.93% | - |
| HSV(B) | 141.29º | 0.12% | 0.99% | - |
| XYZ | 79.19 | 90.82 | 89.7 | - |
| YUV | 240.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 232 | 0.12 | 0 | 0.08 | 0.01 | 141.29 | 0.84 | 0.93 |
| Hex | DD | FC | E8 | C | 0 | 8 | 1 | 8D | 54 | 5D |
| Octal | 335 | 374 | 350 | 14 | 0 | 10 | 1 | 215 | 124 | 135 |
| Binary | 11011101 | 11111100 | 11101000 | 1100 | 0 | 1000 | 1 | 10001101 | 1010100 | 1011101 |
Color Harmonies of #DDFCE8
Complementary color
Monochromatic Colors of #DDFCE8
Black with #DDFCE8
Text Example
Text Example
White with #DDFCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCE8; }
p { color: rgb(221,252,232); }
H1.HeaderClassName
{
color: #DDFCE8;
}
.AnyTagClassName
{
color: #DDFCE8;
}
</style>
background-color css
<style>
a { background-color: #DDFCE8; }
a { background-color: rgb(221,252,232); }
div.DivClassName
{
background-color: #DDFCE8;
}
.BgClassName
{
background-color: #DDFCE8;
}
</style>
border-color css
<style>
span { border-color: #DDFCE8; }
span { border-color: rgb(221,252,232); }
td.TdClassName
{
border-color: #DDFCE8;
}
.TagClassName
{
border-color: #DDFCE8;
}
</style>