Shades of Cosmic Latte #DDFBE2
Tints of Cosmic Latte #DDFBE2
RGB
CMYK
RGB Variations
Color information
#DDFBE2 (or 0xDDFBE2) is known color: Cosmic Latte. HEX triplet: DD, FB and E2. RGB value is (221,251,226). Sum of RGB (Red+Green+Blue) = 221+251+226=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBE2 is #22041D. Grayscale: #EFEFEF. Windows color (decimal): -2229278 or 14875613. OLE color: 14875613.
HSL color Cylindrical-coordinate representation of color #DDFBE2: hue angle of 130º 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 #DDFBE2 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 226 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.02 |
| HSL | 130º | 0.79% | 0.93% | - |
| HSV(B) | 130º | 0.12% | 0.98% | - |
| XYZ | 78.04 | 89.86 | 85.18 | - |
| YUV | 239.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 226 | 0.12 | 0 | 0.10 | 0.02 | 130 | 0.79 | 0.93 |
| Hex | DD | FB | E2 | C | 0 | A | 2 | 82 | 4F | 5D |
| Octal | 335 | 373 | 342 | 14 | 0 | 12 | 2 | 202 | 117 | 135 |
| Binary | 11011101 | 11111011 | 11100010 | 1100 | 0 | 1010 | 10 | 10000010 | 1001111 | 1011101 |
Color Harmonies of #DDFBE2
Complementary color
Monochromatic Colors of #DDFBE2
Black with #DDFBE2
Text Example
Text Example
White with #DDFBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBE2; }
p { color: rgb(221,251,226); }
H1.HeaderClassName
{
color: #DDFBE2;
}
.AnyTagClassName
{
color: #DDFBE2;
}
</style>
background-color css
<style>
a { background-color: #DDFBE2; }
a { background-color: rgb(221,251,226); }
div.DivClassName
{
background-color: #DDFBE2;
}
.BgClassName
{
background-color: #DDFBE2;
}
</style>
border-color css
<style>
span { border-color: #DDFBE2; }
span { border-color: rgb(221,251,226); }
td.TdClassName
{
border-color: #DDFBE2;
}
.TagClassName
{
border-color: #DDFBE2;
}
</style>