Shades of Clear Day #DDFEEF
Tints of Clear Day #DDFEEF
RGB
CMYK
RGB Variations
Color information
#DDFEEF (or 0xDDFEEF) is known color: Clear Day. HEX triplet: DD, FE and EF. RGB value is (221,254,239). Sum of RGB (Red+Green+Blue) = 221+254+239=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEEF is #220110. Grayscale: #F2F2F2. Windows color (decimal): -2228497 or 15728349. OLE color: 15728349.
HSL color Cylindrical-coordinate representation of color #DDFEEF: hue angle of 152.73º 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 #DDFEEF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 239 | - |
CMYK | 0.13 | 0 | 0.06 | 0.00 |
HSL | 152.73º | 0.94% | 0.93% | - |
HSV(B) | 152.73º | 0.13% | 1% | - |
XYZ | 80.84 | 92.49 | 95.25 | - |
YUV | 242.42 | 126.07 | 112.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 239 | 0.13 | 0 | 0.06 | 0.00 | 152.73 | 0.94 | 0.93 |
Hex | DD | FE | EF | D | 0 | 6 | 0 | 99 | 5E | 5D |
Octal | 335 | 376 | 357 | 15 | 0 | 6 | 0 | 231 | 136 | 135 |
Binary | 11011101 | 11111110 | 11101111 | 1101 | 0 | 110 | 0 | 10011001 | 1011110 | 1011101 |
Color Harmonies of #DDFEEF
Complementary color
Monochromatic Colors of #DDFEEF
Black with #DDFEEF
Text Example
Text Example
White with #DDFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEEF; }
p { color: rgb(221,254,239); }
H1.HeaderClassName
{
color: #DDFEEF;
}
.AnyTagClassName
{
color: #DDFEEF;
}
</style>
background-color css
<style>
a { background-color: #DDFEEF; }
a { background-color: rgb(221,254,239); }
div.DivClassName
{
background-color: #DDFEEF;
}
.BgClassName
{
background-color: #DDFEEF;
}
</style>
border-color css
<style>
span { border-color: #DDFEEF; }
span { border-color: rgb(221,254,239); }
td.TdClassName
{
border-color: #DDFEEF;
}
.TagClassName
{
border-color: #DDFEEF;
}
</style>