Shades of Clear Day #DDFDF3
Tints of Clear Day #DDFDF3
RGB
CMYK
RGB Variations
Color information
#DDFDF3 (or 0xDDFDF3) is known color: Clear Day. HEX triplet: DD, FD and F3. RGB value is (221,253,243). Sum of RGB (Red+Green+Blue) = 221+253+243=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDF3 is #22020C. Grayscale: #F2F2F2. Windows color (decimal): -2228749 or 15990237. OLE color: 15990237.
HSL color Cylindrical-coordinate representation of color #DDFDF3: hue angle of 161.25º 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 #DDFDF3 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 243 | - |
CMYK | 0.13 | 0 | 0.04 | 0.01 |
HSL | 161.25º | 0.89% | 0.93% | - |
HSV(B) | 161.25º | 0.13% | 0.99% | - |
XYZ | 81.12 | 92.09 | 98.29 | - |
YUV | 242.29 | 128.4 | 112.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 243 | 0.13 | 0 | 0.04 | 0.01 | 161.25 | 0.89 | 0.93 |
Hex | DD | FD | F3 | D | 0 | 4 | 1 | A1 | 59 | 5D |
Octal | 335 | 375 | 363 | 15 | 0 | 4 | 1 | 241 | 131 | 135 |
Binary | 11011101 | 11111101 | 11110011 | 1101 | 0 | 100 | 1 | 10100001 | 1011001 | 1011101 |
Color Harmonies of #DDFDF3
Complementary color
Monochromatic Colors of #DDFDF3
Black with #DDFDF3
Text Example
Text Example
White with #DDFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDF3; }
p { color: rgb(221,253,243); }
H1.HeaderClassName
{
color: #DDFDF3;
}
.AnyTagClassName
{
color: #DDFDF3;
}
</style>
background-color css
<style>
a { background-color: #DDFDF3; }
a { background-color: rgb(221,253,243); }
div.DivClassName
{
background-color: #DDFDF3;
}
.BgClassName
{
background-color: #DDFDF3;
}
</style>
border-color css
<style>
span { border-color: #DDFDF3; }
span { border-color: rgb(221,253,243); }
td.TdClassName
{
border-color: #DDFDF3;
}
.TagClassName
{
border-color: #DDFDF3;
}
</style>