Shades of Cosmic Latte #DDFCEA
Tints of Cosmic Latte #DDFCEA
RGB
CMYK
RGB Variations
Color information
#DDFCEA (or 0xDDFCEA) is known color: Cosmic Latte. HEX triplet: DD, FC and EA. RGB value is (221,252,234). Sum of RGB (Red+Green+Blue) = 221+252+234=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCEA is #220315. Grayscale: #F0F0F0. Windows color (decimal): -2229014 or 15400157. OLE color: 15400157.
HSL color Cylindrical-coordinate representation of color #DDFCEA: hue angle of 145.16º 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 #DDFCEA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 234 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.01 |
| HSL | 145.16º | 0.84% | 0.93% | - |
| HSV(B) | 145.16º | 0.12% | 0.99% | - |
| XYZ | 79.48 | 90.93 | 91.2 | - |
| YUV | 240.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 234 | 0.12 | 0 | 0.07 | 0.01 | 145.16 | 0.84 | 0.93 |
| Hex | DD | FC | EA | C | 0 | 7 | 1 | 91 | 54 | 5D |
| Octal | 335 | 374 | 352 | 14 | 0 | 7 | 1 | 221 | 124 | 135 |
| Binary | 11011101 | 11111100 | 11101010 | 1100 | 0 | 111 | 1 | 10010001 | 1010100 | 1011101 |
Color Harmonies of #DDFCEA
Complementary color
Monochromatic Colors of #DDFCEA
Black with #DDFCEA
Text Example
Text Example
White with #DDFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCEA; }
p { color: rgb(221,252,234); }
H1.HeaderClassName
{
color: #DDFCEA;
}
.AnyTagClassName
{
color: #DDFCEA;
}
</style>
background-color css
<style>
a { background-color: #DDFCEA; }
a { background-color: rgb(221,252,234); }
div.DivClassName
{
background-color: #DDFCEA;
}
.BgClassName
{
background-color: #DDFCEA;
}
</style>
border-color css
<style>
span { border-color: #DDFCEA; }
span { border-color: rgb(221,252,234); }
td.TdClassName
{
border-color: #DDFCEA;
}
.TagClassName
{
border-color: #DDFCEA;
}
</style>