Shades of Cosmic Latte #DDFFE2
Tints of Cosmic Latte #DDFFE2
RGB
CMYK
RGB Variations
Color information
#DDFFE2 (or 0xDDFFE2) is known color: Cosmic Latte. HEX triplet: DD, FF and E2. RGB value is (221,255,226). Sum of RGB (Red+Green+Blue) = 221+255+226=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFE2 is #22001D. Grayscale: #F1F1F1. Windows color (decimal): -2228254 or 14876637. OLE color: 14876637.
HSL color Cylindrical-coordinate representation of color #DDFFE2: hue angle of 128.82º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFFE2 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 226 | - |
CMYK | 0.13 | 0 | 0.11 | 0 |
HSL | 128.82º | 1% | 0.93% | - |
HSV(B) | 128.82º | 0.13% | 1% | - |
XYZ | 79.31 | 92.38 | 85.6 | - |
YUV | 241.53 | 119.24 | 113.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 226 | 0.13 | 0 | 0.11 | 0 | 128.82 | 1 | 0.93 |
Hex | DD | FF | E2 | D | 0 | B | 0 | 81 | 64 | 5D |
Octal | 335 | 377 | 342 | 15 | 0 | 13 | 0 | 201 | 144 | 135 |
Binary | 11011101 | 11111111 | 11100010 | 1101 | 0 | 1011 | 0 | 10000001 | 1100100 | 1011101 |
Color Harmonies of #DDFFE2
Complementary color
Monochromatic Colors of #DDFFE2
Black with #DDFFE2
Text Example
Text Example
White with #DDFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFE2; }
p { color: rgb(221,255,226); }
H1.HeaderClassName
{
color: #DDFFE2;
}
.AnyTagClassName
{
color: #DDFFE2;
}
</style>
background-color css
<style>
a { background-color: #DDFFE2; }
a { background-color: rgb(221,255,226); }
div.DivClassName
{
background-color: #DDFFE2;
}
.BgClassName
{
background-color: #DDFFE2;
}
</style>
border-color css
<style>
span { border-color: #DDFFE2; }
span { border-color: rgb(221,255,226); }
td.TdClassName
{
border-color: #DDFFE2;
}
.TagClassName
{
border-color: #DDFFE2;
}
</style>