Shades of Clear Day #DDFEF5
Tints of Clear Day #DDFEF5
RGB
CMYK
RGB Variations
Color information
#DDFEF5 (or 0xDDFEF5) is known color: Clear Day. HEX triplet: DD, FE and F5. RGB value is (221,254,245). Sum of RGB (Red+Green+Blue) = 221+254+245=720 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.69% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEF5 is #22010A. Grayscale: #F3F3F3. Windows color (decimal): -2228491 or 16121565. OLE color: 16121565.
HSL color Cylindrical-coordinate representation of color #DDFEF5: hue angle of 163.64º 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 #DDFEF5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 245 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.00 |
| HSL | 163.64º | 0.94% | 0.93% | - |
| HSV(B) | 163.64º | 0.13% | 1% | - |
| XYZ | 81.74 | 92.85 | 100 | - |
| YUV | 243.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 245 | 0.13 | 0 | 0.04 | 0.00 | 163.64 | 0.94 | 0.93 |
| Hex | DD | FE | F5 | D | 0 | 4 | 0 | A4 | 5E | 5D |
| Octal | 335 | 376 | 365 | 15 | 0 | 4 | 0 | 244 | 136 | 135 |
| Binary | 11011101 | 11111110 | 11110101 | 1101 | 0 | 100 | 0 | 10100100 | 1011110 | 1011101 |
Color Harmonies of #DDFEF5
Complementary color
Monochromatic Colors of #DDFEF5
Black with #DDFEF5
Text Example
Text Example
White with #DDFEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEF5; }
p { color: rgb(221,254,245); }
H1.HeaderClassName
{
color: #DDFEF5;
}
.AnyTagClassName
{
color: #DDFEF5;
}
</style>
background-color css
<style>
a { background-color: #DDFEF5; }
a { background-color: rgb(221,254,245); }
div.DivClassName
{
background-color: #DDFEF5;
}
.BgClassName
{
background-color: #DDFEF5;
}
</style>
border-color css
<style>
span { border-color: #DDFEF5; }
span { border-color: rgb(221,254,245); }
td.TdClassName
{
border-color: #DDFEF5;
}
.TagClassName
{
border-color: #DDFEF5;
}
</style>