Shades of Clear Day #DFFCF5
Tints of Clear Day #DFFCF5
RGB
CMYK
RGB Variations
Color information
#DFFCF5 (or 0xDFFCF5) is known color: Clear Day. HEX triplet: DF, FC and F5. RGB value is (223,252,245). Sum of RGB (Red+Green+Blue) = 223+252+245=720 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.97% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCF5 is #20030A. Grayscale: #F2F2F2. Windows color (decimal): -2097931 or 16121055. OLE color: 16121055.
HSL color Cylindrical-coordinate representation of color #DFFCF5: hue angle of 165.52º degrees, saturation: 0.83, 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 #DFFCF5 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 252 | 245 | - |
CMYK | 0.12 | 0 | 0.03 | 0.01 |
HSL | 165.52º | 0.83% | 0.93% | - |
HSV(B) | 165.52º | 0.12% | 0.99% | - |
XYZ | 81.72 | 91.9 | 99.82 | - |
YUV | 242.53 | 129.39 | 114.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 252 | 245 | 0.12 | 0 | 0.03 | 0.01 | 165.52 | 0.83 | 0.93 |
Hex | DF | FC | F5 | C | 0 | 3 | 1 | A6 | 53 | 5D |
Octal | 337 | 374 | 365 | 14 | 0 | 3 | 1 | 246 | 123 | 135 |
Binary | 11011111 | 11111100 | 11110101 | 1100 | 0 | 11 | 1 | 10100110 | 1010011 | 1011101 |
Color Harmonies of #DFFCF5
Complementary color
Monochromatic Colors of #DFFCF5
Black with #DFFCF5
Text Example
Text Example
White with #DFFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFCF5; }
p { color: rgb(223,252,245); }
H1.HeaderClassName
{
color: #DFFCF5;
}
.AnyTagClassName
{
color: #DFFCF5;
}
</style>
background-color css
<style>
a { background-color: #DFFCF5; }
a { background-color: rgb(223,252,245); }
div.DivClassName
{
background-color: #DFFCF5;
}
.BgClassName
{
background-color: #DFFCF5;
}
</style>
border-color css
<style>
span { border-color: #DFFCF5; }
span { border-color: rgb(223,252,245); }
td.TdClassName
{
border-color: #DFFCF5;
}
.TagClassName
{
border-color: #DFFCF5;
}
</style>