Shades of Clear Day #DDFEF6
Tints of Clear Day #DDFEF6
RGB
CMYK
RGB Variations
Color information
#DDFEF6 (or 0xDDFEF6) is known color: Clear Day. HEX triplet: DD, FE and F6. RGB value is (221,254,246). Sum of RGB (Red+Green+Blue) = 221+254+246=721 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.65% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEF6 is #220109. Grayscale: #F3F3F3. Windows color (decimal): -2228490 or 16187101. OLE color: 16187101.
HSL color Cylindrical-coordinate representation of color #DDFEF6: hue angle of 165.45º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEF6 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 246 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.00 |
| HSL | 165.45º | 0.94% | 0.93% | - |
| HSV(B) | 165.45º | 0.13% | 1% | - |
| XYZ | 81.9 | 92.91 | 100.81 | - |
| YUV | 243.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 246 | 0.13 | 0 | 0.03 | 0.00 | 165.45 | 0.94 | 0.93 |
| Hex | DD | FE | F6 | D | 0 | 3 | 0 | A5 | 5E | 5D |
| Octal | 335 | 376 | 366 | 15 | 0 | 3 | 0 | 245 | 136 | 135 |
| Binary | 11011101 | 11111110 | 11110110 | 1101 | 0 | 11 | 0 | 10100101 | 1011110 | 1011101 |
Color Harmonies of #DDFEF6
Complementary color
Monochromatic Colors of #DDFEF6
Black with #DDFEF6
Text Example
Text Example
White with #DDFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEF6; }
p { color: rgb(221,254,246); }
H1.HeaderClassName
{
color: #DDFEF6;
}
.AnyTagClassName
{
color: #DDFEF6;
}
</style>
background-color css
<style>
a { background-color: #DDFEF6; }
a { background-color: rgb(221,254,246); }
div.DivClassName
{
background-color: #DDFEF6;
}
.BgClassName
{
background-color: #DDFEF6;
}
</style>
border-color css
<style>
span { border-color: #DDFEF6; }
span { border-color: rgb(221,254,246); }
td.TdClassName
{
border-color: #DDFEF6;
}
.TagClassName
{
border-color: #DDFEF6;
}
</style>