Shades of Cosmic Latte #DDFBE4
Tints of Cosmic Latte #DDFBE4
RGB
CMYK
RGB Variations
Color information
#DDFBE4 (or 0xDDFBE4) is known color: Cosmic Latte. HEX triplet: DD, FB and E4. RGB value is (221,251,228). Sum of RGB (Red+Green+Blue) = 221+251+228=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 228 (89.45% from 255 or 32.57% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBE4 is #22041B. Grayscale: #EFEFEF. Windows color (decimal): -2229276 or 15006685. OLE color: 15006685.
HSL color Cylindrical-coordinate representation of color #DDFBE4: hue angle of 134º 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 #DDFBE4 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 228 | - |
CMYK | 0.12 | 0 | 0.09 | 0.02 |
HSL | 134º | 0.79% | 0.93% | - |
HSV(B) | 134º | 0.12% | 0.98% | - |
XYZ | 78.32 | 89.97 | 86.64 | - |
YUV | 239.41 | 121.56 | 114.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 228 | 0.12 | 0 | 0.09 | 0.02 | 134 | 0.79 | 0.93 |
Hex | DD | FB | E4 | C | 0 | 9 | 2 | 86 | 4F | 5D |
Octal | 335 | 373 | 344 | 14 | 0 | 11 | 2 | 206 | 117 | 135 |
Binary | 11011101 | 11111011 | 11100100 | 1100 | 0 | 1001 | 10 | 10000110 | 1001111 | 1011101 |
Color Harmonies of #DDFBE4
Complementary color
Monochromatic Colors of #DDFBE4
Black with #DDFBE4
Text Example
Text Example
White with #DDFBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBE4; }
p { color: rgb(221,251,228); }
H1.HeaderClassName
{
color: #DDFBE4;
}
.AnyTagClassName
{
color: #DDFBE4;
}
</style>
background-color css
<style>
a { background-color: #DDFBE4; }
a { background-color: rgb(221,251,228); }
div.DivClassName
{
background-color: #DDFBE4;
}
.BgClassName
{
background-color: #DDFBE4;
}
</style>
border-color css
<style>
span { border-color: #DDFBE4; }
span { border-color: rgb(221,251,228); }
td.TdClassName
{
border-color: #DDFBE4;
}
.TagClassName
{
border-color: #DDFBE4;
}
</style>