Shades of Clear Day #DDFCEF
Tints of Clear Day #DDFCEF
RGB
CMYK
RGB Variations
Color information
#DDFCEF (or 0xDDFCEF) is known color: Clear Day. HEX triplet: DD, FC and EF. RGB value is (221,252,239). Sum of RGB (Red+Green+Blue) = 221+252+239=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCEF is #220310. Grayscale: #F1F1F1. Windows color (decimal): -2229009 or 15727837. OLE color: 15727837.
HSL color Cylindrical-coordinate representation of color #DDFCEF: hue angle of 154.84º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFCEF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 239 | - |
CMYK | 0.12 | 0 | 0.05 | 0.01 |
HSL | 154.84º | 0.84% | 0.93% | - |
HSV(B) | 154.84º | 0.12% | 0.99% | - |
XYZ | 80.21 | 91.22 | 95.04 | - |
YUV | 241.25 | 126.73 | 113.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 239 | 0.12 | 0 | 0.05 | 0.01 | 154.84 | 0.84 | 0.93 |
Hex | DD | FC | EF | C | 0 | 5 | 1 | 9B | 54 | 5D |
Octal | 335 | 374 | 357 | 14 | 0 | 5 | 1 | 233 | 124 | 135 |
Binary | 11011101 | 11111100 | 11101111 | 1100 | 0 | 101 | 1 | 10011011 | 1010100 | 1011101 |
Color Harmonies of #DDFCEF
Complementary color
Monochromatic Colors of #DDFCEF
Black with #DDFCEF
Text Example
Text Example
White with #DDFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCEF; }
p { color: rgb(221,252,239); }
H1.HeaderClassName
{
color: #DDFCEF;
}
.AnyTagClassName
{
color: #DDFCEF;
}
</style>
background-color css
<style>
a { background-color: #DDFCEF; }
a { background-color: rgb(221,252,239); }
div.DivClassName
{
background-color: #DDFCEF;
}
.BgClassName
{
background-color: #DDFCEF;
}
</style>
border-color css
<style>
span { border-color: #DDFCEF; }
span { border-color: rgb(221,252,239); }
td.TdClassName
{
border-color: #DDFCEF;
}
.TagClassName
{
border-color: #DDFCEF;
}
</style>