Shades of Cosmic Latte #DDFBE9
Tints of Cosmic Latte #DDFBE9
RGB
CMYK
RGB Variations
Color information
#DDFBE9 (or 0xDDFBE9) is known color: Cosmic Latte. HEX triplet: DD, FB and E9. RGB value is (221,251,233). Sum of RGB (Red+Green+Blue) = 221+251+233=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 233 (91.41% from 255 or 33.05% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBE9 is #220416. Grayscale: #F0F0F0. Windows color (decimal): -2229271 or 15334365. OLE color: 15334365.
HSL color Cylindrical-coordinate representation of color #DDFBE9: hue angle of 144º 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 #DDFBE9 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 233 | - |
CMYK | 0.12 | 0 | 0.07 | 0.02 |
HSL | 144º | 0.79% | 0.93% | - |
HSV(B) | 144º | 0.12% | 0.98% | - |
XYZ | 79.02 | 90.25 | 90.35 | - |
YUV | 239.98 | 124.06 | 114.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 233 | 0.12 | 0 | 0.07 | 0.02 | 144 | 0.79 | 0.93 |
Hex | DD | FB | E9 | C | 0 | 7 | 2 | 90 | 4F | 5D |
Octal | 335 | 373 | 351 | 14 | 0 | 7 | 2 | 220 | 117 | 135 |
Binary | 11011101 | 11111011 | 11101001 | 1100 | 0 | 111 | 10 | 10010000 | 1001111 | 1011101 |
Color Harmonies of #DDFBE9
Complementary color
Monochromatic Colors of #DDFBE9
Black with #DDFBE9
Text Example
Text Example
White with #DDFBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBE9; }
p { color: rgb(221,251,233); }
H1.HeaderClassName
{
color: #DDFBE9;
}
.AnyTagClassName
{
color: #DDFBE9;
}
</style>
background-color css
<style>
a { background-color: #DDFBE9; }
a { background-color: rgb(221,251,233); }
div.DivClassName
{
background-color: #DDFBE9;
}
.BgClassName
{
background-color: #DDFBE9;
}
</style>
border-color css
<style>
span { border-color: #DDFBE9; }
span { border-color: rgb(221,251,233); }
td.TdClassName
{
border-color: #DDFBE9;
}
.TagClassName
{
border-color: #DDFBE9;
}
</style>