Shades of Clear Day #DDF9ED
Tints of Clear Day #DDF9ED
RGB
CMYK
RGB Variations
Color information
#DDF9ED (or 0xDDF9ED) is known color: Clear Day. HEX triplet: DD, F9 and ED. RGB value is (221,249,237). Sum of RGB (Red+Green+Blue) = 221+249+237=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9ED is #220612. Grayscale: #EFEFEF. Windows color (decimal): -2229779 or 15595997. OLE color: 15595997.
HSL color Cylindrical-coordinate representation of color #DDF9ED: hue angle of 154.29º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9ED is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 249 | 237 | - |
CMYK | 0.11 | 0 | 0.05 | 0.02 |
HSL | 154.29º | 0.7% | 0.92% | - |
HSV(B) | 154.29º | 0.11% | 0.98% | - |
XYZ | 78.98 | 89.24 | 93.18 | - |
YUV | 239.26 | 126.72 | 114.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 249 | 237 | 0.11 | 0 | 0.05 | 0.02 | 154.29 | 0.7 | 0.92 |
Hex | DD | F9 | ED | B | 0 | 5 | 2 | 9A | 46 | 5C |
Octal | 335 | 371 | 355 | 13 | 0 | 5 | 2 | 232 | 106 | 134 |
Binary | 11011101 | 11111001 | 11101101 | 1011 | 0 | 101 | 10 | 10011010 | 1000110 | 1011100 |
Color Harmonies of #DDF9ED
Complementary color
Monochromatic Colors of #DDF9ED
Black with #DDF9ED
Text Example
Text Example
White with #DDF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9ED; }
p { color: rgb(221,249,237); }
H1.HeaderClassName
{
color: #DDF9ED;
}
.AnyTagClassName
{
color: #DDF9ED;
}
</style>
background-color css
<style>
a { background-color: #DDF9ED; }
a { background-color: rgb(221,249,237); }
div.DivClassName
{
background-color: #DDF9ED;
}
.BgClassName
{
background-color: #DDF9ED;
}
</style>
border-color css
<style>
span { border-color: #DDF9ED; }
span { border-color: rgb(221,249,237); }
td.TdClassName
{
border-color: #DDF9ED;
}
.TagClassName
{
border-color: #DDF9ED;
}
</style>