Shades of Cosmic Latte #DDFBE5
Tints of Cosmic Latte #DDFBE5
RGB
CMYK
RGB Variations
Color information
#DDFBE5 (or 0xDDFBE5) is known color: Cosmic Latte. HEX triplet: DD, FB and E5. RGB value is (221,251,229). Sum of RGB (Red+Green+Blue) = 221+251+229=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBE5 is #22041A. Grayscale: #EFEFEF. Windows color (decimal): -2229275 or 15072221. OLE color: 15072221.
HSL color Cylindrical-coordinate representation of color #DDFBE5: hue angle of 136º 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 #DDFBE5 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 229 | - |
CMYK | 0.12 | 0 | 0.09 | 0.02 |
HSL | 136º | 0.79% | 0.93% | - |
HSV(B) | 136º | 0.12% | 0.98% | - |
XYZ | 78.46 | 90.02 | 87.37 | - |
YUV | 239.52 | 122.06 | 114.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 229 | 0.12 | 0 | 0.09 | 0.02 | 136 | 0.79 | 0.93 |
Hex | DD | FB | E5 | C | 0 | 9 | 2 | 88 | 4F | 5D |
Octal | 335 | 373 | 345 | 14 | 0 | 11 | 2 | 210 | 117 | 135 |
Binary | 11011101 | 11111011 | 11100101 | 1100 | 0 | 1001 | 10 | 10001000 | 1001111 | 1011101 |
Color Harmonies of #DDFBE5
Complementary color
Monochromatic Colors of #DDFBE5
Black with #DDFBE5
Text Example
Text Example
White with #DDFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBE5; }
p { color: rgb(221,251,229); }
H1.HeaderClassName
{
color: #DDFBE5;
}
.AnyTagClassName
{
color: #DDFBE5;
}
</style>
background-color css
<style>
a { background-color: #DDFBE5; }
a { background-color: rgb(221,251,229); }
div.DivClassName
{
background-color: #DDFBE5;
}
.BgClassName
{
background-color: #DDFBE5;
}
</style>
border-color css
<style>
span { border-color: #DDFBE5; }
span { border-color: rgb(221,251,229); }
td.TdClassName
{
border-color: #DDFBE5;
}
.TagClassName
{
border-color: #DDFBE5;
}
</style>