Shades of Clear Day #DCFAEF
Tints of Clear Day #DCFAEF
RGB
CMYK
RGB Variations
Color information
#DCFAEF (or 0xDCFAEF) is known color: Clear Day. HEX triplet: DC, FA and EF. RGB value is (220,250,239). Sum of RGB (Red+Green+Blue) = 220+250+239=709 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.03% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAEF is #230510. Grayscale: #EFEFEF. Windows color (decimal): -2295057 or 15727324. OLE color: 15727324.
HSL color Cylindrical-coordinate representation of color #DCFAEF: hue angle of 158º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFAEF is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 239 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.02 |
| HSL | 158º | 0.75% | 0.92% | - |
| HSV(B) | 158º | 0.12% | 0.98% | - |
| XYZ | 79.28 | 89.82 | 94.82 | - |
| YUV | 239.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 239 | 0.12 | 0 | 0.04 | 0.02 | 158 | 0.75 | 0.92 |
| Hex | DC | FA | EF | C | 0 | 4 | 2 | 9E | 4B | 5C |
| Octal | 334 | 372 | 357 | 14 | 0 | 4 | 2 | 236 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11101111 | 1100 | 0 | 100 | 10 | 10011110 | 1001011 | 1011100 |
Color Harmonies of #DCFAEF
Complementary color
Monochromatic Colors of #DCFAEF
Black with #DCFAEF
Text Example
Text Example
White with #DCFAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAEF; }
p { color: rgb(220,250,239); }
H1.HeaderClassName
{
color: #DCFAEF;
}
.AnyTagClassName
{
color: #DCFAEF;
}
</style>
background-color css
<style>
a { background-color: #DCFAEF; }
a { background-color: rgb(220,250,239); }
div.DivClassName
{
background-color: #DCFAEF;
}
.BgClassName
{
background-color: #DCFAEF;
}
</style>
border-color css
<style>
span { border-color: #DCFAEF; }
span { border-color: rgb(220,250,239); }
td.TdClassName
{
border-color: #DCFAEF;
}
.TagClassName
{
border-color: #DCFAEF;
}
</style>