Shades of Clear Day #DDFEF2
Tints of Clear Day #DDFEF2
RGB
CMYK
RGB Variations
Color information
#DDFEF2 (or 0xDDFEF2) is known color: Clear Day. HEX triplet: DD, FE and F2. RGB value is (221,254,242). Sum of RGB (Red+Green+Blue) = 221+254+242=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEF2 is #22010D. Grayscale: #F2F2F2. Windows color (decimal): -2228494 or 15924957. OLE color: 15924957.
HSL color Cylindrical-coordinate representation of color #DDFEF2: hue angle of 158.18º 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 #DDFEF2 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 242 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.00 |
| HSL | 158.18º | 0.94% | 0.93% | - |
| HSV(B) | 158.18º | 0.13% | 1% | - |
| XYZ | 81.29 | 92.67 | 97.61 | - |
| YUV | 242.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 242 | 0.13 | 0 | 0.05 | 0.00 | 158.18 | 0.94 | 0.93 |
| Hex | DD | FE | F2 | D | 0 | 5 | 0 | 9E | 5E | 5D |
| Octal | 335 | 376 | 362 | 15 | 0 | 5 | 0 | 236 | 136 | 135 |
| Binary | 11011101 | 11111110 | 11110010 | 1101 | 0 | 101 | 0 | 10011110 | 1011110 | 1011101 |
Color Harmonies of #DDFEF2
Complementary color
Monochromatic Colors of #DDFEF2
Black with #DDFEF2
Text Example
Text Example
White with #DDFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEF2; }
p { color: rgb(221,254,242); }
H1.HeaderClassName
{
color: #DDFEF2;
}
.AnyTagClassName
{
color: #DDFEF2;
}
</style>
background-color css
<style>
a { background-color: #DDFEF2; }
a { background-color: rgb(221,254,242); }
div.DivClassName
{
background-color: #DDFEF2;
}
.BgClassName
{
background-color: #DDFEF2;
}
</style>
border-color css
<style>
span { border-color: #DDFEF2; }
span { border-color: rgb(221,254,242); }
td.TdClassName
{
border-color: #DDFEF2;
}
.TagClassName
{
border-color: #DDFEF2;
}
</style>