Shades of Clear Day #DFFDF5
Tints of Clear Day #DFFDF5
RGB
CMYK
RGB Variations
Color information
#DFFDF5 (or 0xDFFDF5) is known color: Clear Day. HEX triplet: DF, FD and F5. RGB value is (223,253,245). Sum of RGB (Red+Green+Blue) = 223+253+245=721 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.93% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 245 (96.09% from 255 or 33.98% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDF5 is #20020A. Grayscale: #F3F3F3. Windows color (decimal): -2097675 or 16121311. OLE color: 16121311.
HSL color Cylindrical-coordinate representation of color #DFFDF5: hue angle of 164º degrees, saturation: 0.88, 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 #DFFDF5 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 253 | 245 | - |
CMYK | 0.12 | 0 | 0.03 | 0.01 |
HSL | 164º | 0.88% | 0.93% | - |
HSV(B) | 164º | 0.12% | 0.99% | - |
XYZ | 82.04 | 92.53 | 99.92 | - |
YUV | 243.12 | 129.06 | 113.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 253 | 245 | 0.12 | 0 | 0.03 | 0.01 | 164 | 0.88 | 0.93 |
Hex | DF | FD | F5 | C | 0 | 3 | 1 | A4 | 58 | 5D |
Octal | 337 | 375 | 365 | 14 | 0 | 3 | 1 | 244 | 130 | 135 |
Binary | 11011111 | 11111101 | 11110101 | 1100 | 0 | 11 | 1 | 10100100 | 1011000 | 1011101 |
Color Harmonies of #DFFDF5
Complementary color
Monochromatic Colors of #DFFDF5
Black with #DFFDF5
Text Example
Text Example
White with #DFFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDF5; }
p { color: rgb(223,253,245); }
H1.HeaderClassName
{
color: #DFFDF5;
}
.AnyTagClassName
{
color: #DFFDF5;
}
</style>
background-color css
<style>
a { background-color: #DFFDF5; }
a { background-color: rgb(223,253,245); }
div.DivClassName
{
background-color: #DFFDF5;
}
.BgClassName
{
background-color: #DFFDF5;
}
</style>
border-color css
<style>
span { border-color: #DFFDF5; }
span { border-color: rgb(223,253,245); }
td.TdClassName
{
border-color: #DFFDF5;
}
.TagClassName
{
border-color: #DFFDF5;
}
</style>