Shades of Clear Day #DDFEF0
Tints of Clear Day #DDFEF0
RGB
CMYK
RGB Variations
Color information
#DDFEF0 (or 0xDDFEF0) is known color: Clear Day. HEX triplet: DD, FE and F0. RGB value is (221,254,240). Sum of RGB (Red+Green+Blue) = 221+254+240=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEF0 is #22010F. Grayscale: #F2F2F2. Windows color (decimal): -2228496 or 15793885. OLE color: 15793885.
HSL color Cylindrical-coordinate representation of color #DDFEF0: hue angle of 154.55º 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 #DDFEF0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 240 | - |
CMYK | 0.13 | 0 | 0.06 | 0.00 |
HSL | 154.55º | 0.94% | 0.93% | - |
HSV(B) | 154.55º | 0.13% | 1% | - |
XYZ | 80.99 | 92.55 | 96.03 | - |
YUV | 242.54 | 126.57 | 112.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 240 | 0.13 | 0 | 0.06 | 0.00 | 154.55 | 0.94 | 0.93 |
Hex | DD | FE | F0 | D | 0 | 6 | 0 | 9B | 5E | 5D |
Octal | 335 | 376 | 360 | 15 | 0 | 6 | 0 | 233 | 136 | 135 |
Binary | 11011101 | 11111110 | 11110000 | 1101 | 0 | 110 | 0 | 10011011 | 1011110 | 1011101 |
Color Harmonies of #DDFEF0
Complementary color
Monochromatic Colors of #DDFEF0
Black with #DDFEF0
Text Example
Text Example
White with #DDFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEF0; }
p { color: rgb(221,254,240); }
H1.HeaderClassName
{
color: #DDFEF0;
}
.AnyTagClassName
{
color: #DDFEF0;
}
</style>
background-color css
<style>
a { background-color: #DDFEF0; }
a { background-color: rgb(221,254,240); }
div.DivClassName
{
background-color: #DDFEF0;
}
.BgClassName
{
background-color: #DDFEF0;
}
</style>
border-color css
<style>
span { border-color: #DDFEF0; }
span { border-color: rgb(221,254,240); }
td.TdClassName
{
border-color: #DDFEF0;
}
.TagClassName
{
border-color: #DDFEF0;
}
</style>