Shades of Clear Day #DFF2ED
Tints of Clear Day #DFF2ED
RGB
CMYK
RGB Variations
Color information
#DFF2ED (or 0xDFF2ED) is known color: Clear Day. HEX triplet: DF, F2 and ED. RGB value is (223,242,237). Sum of RGB (Red+Green+Blue) = 223+242+237=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2ED is #200D12. Grayscale: #EBEBEB. Windows color (decimal): -2100499 or 15594207. OLE color: 15594207.
HSL color Cylindrical-coordinate representation of color #DFF2ED: hue angle of 164.21º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF2ED is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 242 | 237 | - |
CMYK | 0.08 | 0 | 0.02 | 0.05 |
HSL | 164.21º | 0.42% | 0.91% | - |
HSV(B) | 164.21º | 0.08% | 0.95% | - |
XYZ | 77.47 | 85.31 | 92.5 | - |
YUV | 235.75 | 128.71 | 118.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 242 | 237 | 0.08 | 0 | 0.02 | 0.05 | 164.21 | 0.42 | 0.91 |
Hex | DF | F2 | ED | 8 | 0 | 2 | 5 | A4 | 2A | 5B |
Octal | 337 | 362 | 355 | 10 | 0 | 2 | 5 | 244 | 52 | 133 |
Binary | 11011111 | 11110010 | 11101101 | 1000 | 0 | 10 | 101 | 10100100 | 101010 | 1011011 |
Color Harmonies of #DFF2ED
Complementary color
Monochromatic Colors of #DFF2ED
Black with #DFF2ED
Text Example
Text Example
White with #DFF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2ED; }
p { color: rgb(223,242,237); }
H1.HeaderClassName
{
color: #DFF2ED;
}
.AnyTagClassName
{
color: #DFF2ED;
}
</style>
background-color css
<style>
a { background-color: #DFF2ED; }
a { background-color: rgb(223,242,237); }
div.DivClassName
{
background-color: #DFF2ED;
}
.BgClassName
{
background-color: #DFF2ED;
}
</style>
border-color css
<style>
span { border-color: #DFF2ED; }
span { border-color: rgb(223,242,237); }
td.TdClassName
{
border-color: #DFF2ED;
}
.TagClassName
{
border-color: #DFF2ED;
}
</style>