Shades of Clear Day #DDFAEE
Tints of Clear Day #DDFAEE
RGB
CMYK
RGB Variations
Color information
#DDFAEE (or 0xDDFAEE) is known color: Clear Day. HEX triplet: DD, FA and EE. RGB value is (221,250,238). Sum of RGB (Red+Green+Blue) = 221+250+238=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAEE is #220511. Grayscale: #EFEFEF. Windows color (decimal): -2229522 or 15661789. OLE color: 15661789.
HSL color Cylindrical-coordinate representation of color #DDFAEE: hue angle of 155.17º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAEE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 238 | - |
CMYK | 0.12 | 0 | 0.05 | 0.02 |
HSL | 155.17º | 0.74% | 0.92% | - |
HSV(B) | 155.17º | 0.12% | 0.98% | - |
XYZ | 79.44 | 89.92 | 94.06 | - |
YUV | 239.96 | 126.89 | 114.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 238 | 0.12 | 0 | 0.05 | 0.02 | 155.17 | 0.74 | 0.92 |
Hex | DD | FA | EE | C | 0 | 5 | 2 | 9B | 4A | 5C |
Octal | 335 | 372 | 356 | 14 | 0 | 5 | 2 | 233 | 112 | 134 |
Binary | 11011101 | 11111010 | 11101110 | 1100 | 0 | 101 | 10 | 10011011 | 1001010 | 1011100 |
Color Harmonies of #DDFAEE
Complementary color
Monochromatic Colors of #DDFAEE
Black with #DDFAEE
Text Example
Text Example
White with #DDFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAEE; }
p { color: rgb(221,250,238); }
H1.HeaderClassName
{
color: #DDFAEE;
}
.AnyTagClassName
{
color: #DDFAEE;
}
</style>
background-color css
<style>
a { background-color: #DDFAEE; }
a { background-color: rgb(221,250,238); }
div.DivClassName
{
background-color: #DDFAEE;
}
.BgClassName
{
background-color: #DDFAEE;
}
</style>
border-color css
<style>
span { border-color: #DDFAEE; }
span { border-color: rgb(221,250,238); }
td.TdClassName
{
border-color: #DDFAEE;
}
.TagClassName
{
border-color: #DDFAEE;
}
</style>