Shades of Clear Day #DDF3ED
Tints of Clear Day #DDF3ED
RGB
CMYK
RGB Variations
Color information
#DDF3ED (or 0xDDF3ED) is known color: Clear Day. HEX triplet: DD, F3 and ED. RGB value is (221,243,237). Sum of RGB (Red+Green+Blue) = 221+243+237=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3ED is #220C12. Grayscale: #EBEBEB. Windows color (decimal): -2231315 or 15594461. OLE color: 15594461.
HSL color Cylindrical-coordinate representation of color #DDF3ED: hue angle of 163.64º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF3ED is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 237 | - |
CMYK | 0.09 | 0 | 0.02 | 0.05 |
HSL | 163.64º | 0.48% | 0.91% | - |
HSV(B) | 163.64º | 0.09% | 0.95% | - |
XYZ | 77.16 | 85.59 | 92.57 | - |
YUV | 235.74 | 128.71 | 117.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 237 | 0.09 | 0 | 0.02 | 0.05 | 163.64 | 0.48 | 0.91 |
Hex | DD | F3 | ED | 9 | 0 | 2 | 5 | A4 | 30 | 5B |
Octal | 335 | 363 | 355 | 11 | 0 | 2 | 5 | 244 | 60 | 133 |
Binary | 11011101 | 11110011 | 11101101 | 1001 | 0 | 10 | 101 | 10100100 | 110000 | 1011011 |
Color Harmonies of #DDF3ED
Complementary color
Monochromatic Colors of #DDF3ED
Black with #DDF3ED
Text Example
Text Example
White with #DDF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3ED; }
p { color: rgb(221,243,237); }
H1.HeaderClassName
{
color: #DDF3ED;
}
.AnyTagClassName
{
color: #DDF3ED;
}
</style>
background-color css
<style>
a { background-color: #DDF3ED; }
a { background-color: rgb(221,243,237); }
div.DivClassName
{
background-color: #DDF3ED;
}
.BgClassName
{
background-color: #DDF3ED;
}
</style>
border-color css
<style>
span { border-color: #DDF3ED; }
span { border-color: rgb(221,243,237); }
td.TdClassName
{
border-color: #DDF3ED;
}
.TagClassName
{
border-color: #DDF3ED;
}
</style>