Shades of Clear Day #DFFCF2
Tints of Clear Day #DFFCF2
RGB
CMYK
RGB Variations
Color information
#DFFCF2 (or 0xDFFCF2) is known color: Clear Day. HEX triplet: DF, FC and F2. RGB value is (223,252,242). Sum of RGB (Red+Green+Blue) = 223+252+242=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCF2 is #20030D. Grayscale: #F2F2F2. Windows color (decimal): -2097934 or 15924447. OLE color: 15924447.
HSL color Cylindrical-coordinate representation of color #DFFCF2: hue angle of 159.31º 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 #DFFCF2 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 252 | 242 | - |
CMYK | 0.12 | 0 | 0.04 | 0.01 |
HSL | 159.31º | 0.83% | 0.93% | - |
HSV(B) | 159.31º | 0.12% | 0.99% | - |
XYZ | 81.27 | 91.72 | 97.42 | - |
YUV | 242.19 | 127.89 | 114.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 252 | 242 | 0.12 | 0 | 0.04 | 0.01 | 159.31 | 0.83 | 0.93 |
Hex | DF | FC | F2 | C | 0 | 4 | 1 | 9F | 53 | 5D |
Octal | 337 | 374 | 362 | 14 | 0 | 4 | 1 | 237 | 123 | 135 |
Binary | 11011111 | 11111100 | 11110010 | 1100 | 0 | 100 | 1 | 10011111 | 1010011 | 1011101 |
Color Harmonies of #DFFCF2
Complementary color
Monochromatic Colors of #DFFCF2
Black with #DFFCF2
Text Example
Text Example
White with #DFFCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFCF2; }
p { color: rgb(223,252,242); }
H1.HeaderClassName
{
color: #DFFCF2;
}
.AnyTagClassName
{
color: #DFFCF2;
}
</style>
background-color css
<style>
a { background-color: #DFFCF2; }
a { background-color: rgb(223,252,242); }
div.DivClassName
{
background-color: #DFFCF2;
}
.BgClassName
{
background-color: #DFFCF2;
}
</style>
border-color css
<style>
span { border-color: #DFFCF2; }
span { border-color: rgb(223,252,242); }
td.TdClassName
{
border-color: #DFFCF2;
}
.TagClassName
{
border-color: #DFFCF2;
}
</style>