Shades of Clear Day #DDF1EA
Tints of Clear Day #DDF1EA
RGB
CMYK
RGB Variations
Color information
#DDF1EA (or 0xDDF1EA) is known color: Clear Day. HEX triplet: DD, F1 and EA. RGB value is (221,241,234). Sum of RGB (Red+Green+Blue) = 221+241+234=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1EA is #220E15. Grayscale: #EAEAEA. Windows color (decimal): -2231830 or 15397341. OLE color: 15397341.
HSL color Cylindrical-coordinate representation of color #DDF1EA: hue angle of 159º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF1EA is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 234 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.05 |
| HSL | 159º | 0.42% | 0.91% | - |
| HSV(B) | 159º | 0.08% | 0.95% | - |
| XYZ | 76.13 | 84.22 | 90.09 | - |
| YUV | 234.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 234 | 0.08 | 0 | 0.03 | 0.05 | 159 | 0.42 | 0.91 |
| Hex | DD | F1 | EA | 8 | 0 | 3 | 5 | 9F | 2A | 5B |
| Octal | 335 | 361 | 352 | 10 | 0 | 3 | 5 | 237 | 52 | 133 |
| Binary | 11011101 | 11110001 | 11101010 | 1000 | 0 | 11 | 101 | 10011111 | 101010 | 1011011 |
Color Harmonies of #DDF1EA
Complementary color
Monochromatic Colors of #DDF1EA
Black with #DDF1EA
Text Example
Text Example
White with #DDF1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1EA; }
p { color: rgb(221,241,234); }
H1.HeaderClassName
{
color: #DDF1EA;
}
.AnyTagClassName
{
color: #DDF1EA;
}
</style>
background-color css
<style>
a { background-color: #DDF1EA; }
a { background-color: rgb(221,241,234); }
div.DivClassName
{
background-color: #DDF1EA;
}
.BgClassName
{
background-color: #DDF1EA;
}
</style>
border-color css
<style>
span { border-color: #DDF1EA; }
span { border-color: rgb(221,241,234); }
td.TdClassName
{
border-color: #DDF1EA;
}
.TagClassName
{
border-color: #DDF1EA;
}
</style>