Shades of Clear Day #DDFDEF
Tints of Clear Day #DDFDEF
RGB
CMYK
RGB Variations
Color information
#DDFDEF (or 0xDDFDEF) is known color: Clear Day. HEX triplet: DD, FD and EF. RGB value is (221,253,239). Sum of RGB (Red+Green+Blue) = 221+253+239=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDEF is #220210. Grayscale: #F1F1F1. Windows color (decimal): -2228753 or 15728093. OLE color: 15728093.
HSL color Cylindrical-coordinate representation of color #DDFDEF: hue angle of 153.75º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDEF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 239 | - |
CMYK | 0.13 | 0 | 0.06 | 0.01 |
HSL | 153.75º | 0.89% | 0.93% | - |
HSV(B) | 153.75º | 0.13% | 0.99% | - |
XYZ | 80.52 | 91.85 | 95.15 | - |
YUV | 241.84 | 126.4 | 113.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 239 | 0.13 | 0 | 0.06 | 0.01 | 153.75 | 0.89 | 0.93 |
Hex | DD | FD | EF | D | 0 | 6 | 1 | 9A | 59 | 5D |
Octal | 335 | 375 | 357 | 15 | 0 | 6 | 1 | 232 | 131 | 135 |
Binary | 11011101 | 11111101 | 11101111 | 1101 | 0 | 110 | 1 | 10011010 | 1011001 | 1011101 |
Color Harmonies of #DDFDEF
Complementary color
Monochromatic Colors of #DDFDEF
Black with #DDFDEF
Text Example
Text Example
White with #DDFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDEF; }
p { color: rgb(221,253,239); }
H1.HeaderClassName
{
color: #DDFDEF;
}
.AnyTagClassName
{
color: #DDFDEF;
}
</style>
background-color css
<style>
a { background-color: #DDFDEF; }
a { background-color: rgb(221,253,239); }
div.DivClassName
{
background-color: #DDFDEF;
}
.BgClassName
{
background-color: #DDFDEF;
}
</style>
border-color css
<style>
span { border-color: #DDFDEF; }
span { border-color: rgb(221,253,239); }
td.TdClassName
{
border-color: #DDFDEF;
}
.TagClassName
{
border-color: #DDFDEF;
}
</style>