Shades of Clear Day #DDFDF4
Tints of Clear Day #DDFDF4
RGB
CMYK
RGB Variations
Color information
#DDFDF4 (or 0xDDFDF4) is known color: Clear Day. HEX triplet: DD, FD and F4. RGB value is (221,253,244). Sum of RGB (Red+Green+Blue) = 221+253+244=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 244 (95.70% from 255 or 33.98% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDF4 is #22020B. Grayscale: #F2F2F2. Windows color (decimal): -2228748 or 16055773. OLE color: 16055773.
HSL color Cylindrical-coordinate representation of color #DDFDF4: hue angle of 163.12º 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 #DDFDF4 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 244 | - |
CMYK | 0.13 | 0 | 0.04 | 0.01 |
HSL | 163.13º | 0.89% | 0.93% | - |
HSV(B) | 163.13º | 0.13% | 0.99% | - |
XYZ | 81.27 | 92.15 | 99.09 | - |
YUV | 242.41 | 128.9 | 112.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 244 | 0.13 | 0 | 0.04 | 0.01 | 163.13 | 0.89 | 0.93 |
Hex | DD | FD | F4 | D | 0 | 4 | 1 | A3 | 59 | 5D |
Octal | 335 | 375 | 364 | 15 | 0 | 4 | 1 | 243 | 131 | 135 |
Binary | 11011101 | 11111101 | 11110100 | 1101 | 0 | 100 | 1 | 10100011 | 1011001 | 1011101 |
Color Harmonies of #DDFDF4
Complementary color
Monochromatic Colors of #DDFDF4
Black with #DDFDF4
Text Example
Text Example
White with #DDFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDF4; }
p { color: rgb(221,253,244); }
H1.HeaderClassName
{
color: #DDFDF4;
}
.AnyTagClassName
{
color: #DDFDF4;
}
</style>
background-color css
<style>
a { background-color: #DDFDF4; }
a { background-color: rgb(221,253,244); }
div.DivClassName
{
background-color: #DDFDF4;
}
.BgClassName
{
background-color: #DDFDF4;
}
</style>
border-color css
<style>
span { border-color: #DDFDF4; }
span { border-color: rgb(221,253,244); }
td.TdClassName
{
border-color: #DDFDF4;
}
.TagClassName
{
border-color: #DDFDF4;
}
</style>