Shades of Clear Day #DDFDF1
Tints of Clear Day #DDFDF1
RGB
CMYK
RGB Variations
Color information
#DDFDF1 (or 0xDDFDF1) is known color: Clear Day. HEX triplet: DD, FD and F1. RGB value is (221,253,241). Sum of RGB (Red+Green+Blue) = 221+253+241=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDF1 is #22020E. Grayscale: #F2F2F2. Windows color (decimal): -2228751 or 15859165. OLE color: 15859165.
HSL color Cylindrical-coordinate representation of color #DDFDF1: hue angle of 157.5º 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 #DDFDF1 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 241 | - |
CMYK | 0.13 | 0 | 0.05 | 0.01 |
HSL | 157.5º | 0.89% | 0.93% | - |
HSV(B) | 157.5º | 0.13% | 0.99% | - |
XYZ | 80.82 | 91.97 | 96.71 | - |
YUV | 242.06 | 127.4 | 112.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 241 | 0.13 | 0 | 0.05 | 0.01 | 157.5 | 0.89 | 0.93 |
Hex | DD | FD | F1 | D | 0 | 5 | 1 | 9E | 59 | 5D |
Octal | 335 | 375 | 361 | 15 | 0 | 5 | 1 | 236 | 131 | 135 |
Binary | 11011101 | 11111101 | 11110001 | 1101 | 0 | 101 | 1 | 10011110 | 1011001 | 1011101 |
Color Harmonies of #DDFDF1
Complementary color
Monochromatic Colors of #DDFDF1
Black with #DDFDF1
Text Example
Text Example
White with #DDFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDF1; }
p { color: rgb(221,253,241); }
H1.HeaderClassName
{
color: #DDFDF1;
}
.AnyTagClassName
{
color: #DDFDF1;
}
</style>
background-color css
<style>
a { background-color: #DDFDF1; }
a { background-color: rgb(221,253,241); }
div.DivClassName
{
background-color: #DDFDF1;
}
.BgClassName
{
background-color: #DDFDF1;
}
</style>
border-color css
<style>
span { border-color: #DDFDF1; }
span { border-color: rgb(221,253,241); }
td.TdClassName
{
border-color: #DDFDF1;
}
.TagClassName
{
border-color: #DDFDF1;
}
</style>