Shades of Clear Day #DDFFF5
Tints of Clear Day #DDFFF5
RGB
CMYK
RGB Variations
Color information
#DDFFF5 (or 0xDDFFF5) is known color: Clear Day. HEX triplet: DD, FF and F5. RGB value is (221,255,245). Sum of RGB (Red+Green+Blue) = 221+255+245=721 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.65% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 245 (96.09% from 255 or 33.98% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFF5 is #22000A. Grayscale: #F3F3F3. Windows color (decimal): -2228235 or 16121821. OLE color: 16121821.
HSL color Cylindrical-coordinate representation of color #DDFFF5: hue angle of 162.35º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFFF5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 245 | - |
CMYK | 0.13 | 0 | 0.04 | 0 |
HSL | 162.35º | 1% | 0.93% | - |
HSV(B) | 162.35º | 0.13% | 1% | - |
XYZ | 82.06 | 93.48 | 100.11 | - |
YUV | 243.69 | 128.74 | 111.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 245 | 0.13 | 0 | 0.04 | 0 | 162.35 | 1 | 0.93 |
Hex | DD | FF | F5 | D | 0 | 4 | 0 | A2 | 64 | 5D |
Octal | 335 | 377 | 365 | 15 | 0 | 4 | 0 | 242 | 144 | 135 |
Binary | 11011101 | 11111111 | 11110101 | 1101 | 0 | 100 | 0 | 10100010 | 1100100 | 1011101 |
Color Harmonies of #DDFFF5
Complementary color
Monochromatic Colors of #DDFFF5
Black with #DDFFF5
Text Example
Text Example
White with #DDFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFF5; }
p { color: rgb(221,255,245); }
H1.HeaderClassName
{
color: #DDFFF5;
}
.AnyTagClassName
{
color: #DDFFF5;
}
</style>
background-color css
<style>
a { background-color: #DDFFF5; }
a { background-color: rgb(221,255,245); }
div.DivClassName
{
background-color: #DDFFF5;
}
.BgClassName
{
background-color: #DDFFF5;
}
</style>
border-color css
<style>
span { border-color: #DDFFF5; }
span { border-color: rgb(221,255,245); }
td.TdClassName
{
border-color: #DDFFF5;
}
.TagClassName
{
border-color: #DDFFF5;
}
</style>