Shades of Clear Day #DCFEF6
Tints of Clear Day #DCFEF6
RGB
CMYK
RGB Variations
Color information
#DCFEF6 (or 0xDCFEF6) is known color: Clear Day. HEX triplet: DC, FE and F6. RGB value is (220,254,246). Sum of RGB (Red+Green+Blue) = 220+254+246=720 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.56% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEF6 is #230109. Grayscale: #F2F2F2. Windows color (decimal): -2294026 or 16187100. OLE color: 16187100.
HSL color Cylindrical-coordinate representation of color #DCFEF6: hue angle of 165.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFEF6 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 246 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.00 |
| HSL | 165.88º | 0.94% | 0.93% | - |
| HSV(B) | 165.88º | 0.13% | 1% | - |
| XYZ | 81.59 | 92.75 | 100.79 | - |
| YUV | 242.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 246 | 0.13 | 0 | 0.03 | 0.00 | 165.88 | 0.94 | 0.93 |
| Hex | DC | FE | F6 | D | 0 | 3 | 0 | A6 | 5E | 5D |
| Octal | 334 | 376 | 366 | 15 | 0 | 3 | 0 | 246 | 136 | 135 |
| Binary | 11011100 | 11111110 | 11110110 | 1101 | 0 | 11 | 0 | 10100110 | 1011110 | 1011101 |
Color Harmonies of #DCFEF6
Complementary color
Monochromatic Colors of #DCFEF6
Black with #DCFEF6
Text Example
Text Example
White with #DCFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEF6; }
p { color: rgb(220,254,246); }
H1.HeaderClassName
{
color: #DCFEF6;
}
.AnyTagClassName
{
color: #DCFEF6;
}
</style>
background-color css
<style>
a { background-color: #DCFEF6; }
a { background-color: rgb(220,254,246); }
div.DivClassName
{
background-color: #DCFEF6;
}
.BgClassName
{
background-color: #DCFEF6;
}
</style>
border-color css
<style>
span { border-color: #DCFEF6; }
span { border-color: rgb(220,254,246); }
td.TdClassName
{
border-color: #DCFEF6;
}
.TagClassName
{
border-color: #DCFEF6;
}
</style>