Shades of Clear Day #DDFCF5
Tints of Clear Day #DDFCF5
RGB
CMYK
RGB Variations
Color information
#DDFCF5 (or 0xDDFCF5) is known color: Clear Day. HEX triplet: DD, FC and F5. RGB value is (221,252,245). Sum of RGB (Red+Green+Blue) = 221+252+245=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCF5 is #22030A. Grayscale: #F1F1F1. Windows color (decimal): -2229003 or 16121053. OLE color: 16121053.
HSL color Cylindrical-coordinate representation of color #DDFCF5: hue angle of 166.45º 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 #DDFCF5 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 245 | - |
CMYK | 0.12 | 0 | 0.03 | 0.01 |
HSL | 166.45º | 0.84% | 0.93% | - |
HSV(B) | 166.45º | 0.12% | 0.99% | - |
XYZ | 81.11 | 91.59 | 99.79 | - |
YUV | 241.93 | 129.73 | 113.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 245 | 0.12 | 0 | 0.03 | 0.01 | 166.45 | 0.84 | 0.93 |
Hex | DD | FC | F5 | C | 0 | 3 | 1 | A6 | 54 | 5D |
Octal | 335 | 374 | 365 | 14 | 0 | 3 | 1 | 246 | 124 | 135 |
Binary | 11011101 | 11111100 | 11110101 | 1100 | 0 | 11 | 1 | 10100110 | 1010100 | 1011101 |
Color Harmonies of #DDFCF5
Complementary color
Monochromatic Colors of #DDFCF5
Black with #DDFCF5
Text Example
Text Example
White with #DDFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCF5; }
p { color: rgb(221,252,245); }
H1.HeaderClassName
{
color: #DDFCF5;
}
.AnyTagClassName
{
color: #DDFCF5;
}
</style>
background-color css
<style>
a { background-color: #DDFCF5; }
a { background-color: rgb(221,252,245); }
div.DivClassName
{
background-color: #DDFCF5;
}
.BgClassName
{
background-color: #DDFCF5;
}
</style>
border-color css
<style>
span { border-color: #DDFCF5; }
span { border-color: rgb(221,252,245); }
td.TdClassName
{
border-color: #DDFCF5;
}
.TagClassName
{
border-color: #DDFCF5;
}
</style>