Shades of Clear Day #DDFDF2
Tints of Clear Day #DDFDF2
RGB
CMYK
RGB Variations
Color information
#DDFDF2 (or 0xDDFDF2) is known color: Clear Day. HEX triplet: DD, FD and F2. RGB value is (221,253,242). Sum of RGB (Red+Green+Blue) = 221+253+242=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDF2 is #22020D. Grayscale: #F2F2F2. Windows color (decimal): -2228750 or 15924701. OLE color: 15924701.
HSL color Cylindrical-coordinate representation of color #DDFDF2: hue angle of 159.38º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDF2 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 242 | - |
CMYK | 0.13 | 0 | 0.04 | 0.01 |
HSL | 159.38º | 0.89% | 0.93% | - |
HSV(B) | 159.38º | 0.13% | 0.99% | - |
XYZ | 80.97 | 92.03 | 97.5 | - |
YUV | 242.18 | 127.9 | 112.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 242 | 0.13 | 0 | 0.04 | 0.01 | 159.38 | 0.89 | 0.93 |
Hex | DD | FD | F2 | D | 0 | 4 | 1 | 9F | 59 | 5D |
Octal | 335 | 375 | 362 | 15 | 0 | 4 | 1 | 237 | 131 | 135 |
Binary | 11011101 | 11111101 | 11110010 | 1101 | 0 | 100 | 1 | 10011111 | 1011001 | 1011101 |
Color Harmonies of #DDFDF2
Complementary color
Monochromatic Colors of #DDFDF2
Black with #DDFDF2
Text Example
Text Example
White with #DDFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDF2; }
p { color: rgb(221,253,242); }
H1.HeaderClassName
{
color: #DDFDF2;
}
.AnyTagClassName
{
color: #DDFDF2;
}
</style>
background-color css
<style>
a { background-color: #DDFDF2; }
a { background-color: rgb(221,253,242); }
div.DivClassName
{
background-color: #DDFDF2;
}
.BgClassName
{
background-color: #DDFDF2;
}
</style>
border-color css
<style>
span { border-color: #DDFDF2; }
span { border-color: rgb(221,253,242); }
td.TdClassName
{
border-color: #DDFDF2;
}
.TagClassName
{
border-color: #DDFDF2;
}
</style>