Shades of Cosmic Latte #DDFBE8
Tints of Cosmic Latte #DDFBE8
RGB
CMYK
RGB Variations
Color information
#DDFBE8 (or 0xDDFBE8) is known color: Cosmic Latte. HEX triplet: DD, FB and E8. RGB value is (221,251,232). Sum of RGB (Red+Green+Blue) = 221+251+232=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBE8 is #220417. Grayscale: #EFEFEF. Windows color (decimal): -2229272 or 15268829. OLE color: 15268829.
HSL color Cylindrical-coordinate representation of color #DDFBE8: hue angle of 142º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBE8 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 232 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.02 |
| HSL | 142º | 0.79% | 0.93% | - |
| HSV(B) | 142º | 0.12% | 0.98% | - |
| XYZ | 78.88 | 90.19 | 89.6 | - |
| YUV | 239.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 232 | 0.12 | 0 | 0.08 | 0.02 | 142 | 0.79 | 0.93 |
| Hex | DD | FB | E8 | C | 0 | 8 | 2 | 8E | 4F | 5D |
| Octal | 335 | 373 | 350 | 14 | 0 | 10 | 2 | 216 | 117 | 135 |
| Binary | 11011101 | 11111011 | 11101000 | 1100 | 0 | 1000 | 10 | 10001110 | 1001111 | 1011101 |
Color Harmonies of #DDFBE8
Complementary color
Monochromatic Colors of #DDFBE8
Black with #DDFBE8
Text Example
Text Example
White with #DDFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBE8; }
p { color: rgb(221,251,232); }
H1.HeaderClassName
{
color: #DDFBE8;
}
.AnyTagClassName
{
color: #DDFBE8;
}
</style>
background-color css
<style>
a { background-color: #DDFBE8; }
a { background-color: rgb(221,251,232); }
div.DivClassName
{
background-color: #DDFBE8;
}
.BgClassName
{
background-color: #DDFBE8;
}
</style>
border-color css
<style>
span { border-color: #DDFBE8; }
span { border-color: rgb(221,251,232); }
td.TdClassName
{
border-color: #DDFBE8;
}
.TagClassName
{
border-color: #DDFBE8;
}
</style>