Shades of Clear Day #DCFFF4
Tints of Clear Day #DCFFF4
RGB
CMYK
RGB Variations
Color information
#DCFFF4 (or 0xDCFFF4) is known color: Clear Day. HEX triplet: DC, FF and F4. RGB value is (220,255,244). Sum of RGB (Red+Green+Blue) = 220+255+244=719 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.60% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFF4 is #23000B. Grayscale: #F3F3F3. Windows color (decimal): -2293772 or 16056284. OLE color: 16056284.
HSL color Cylindrical-coordinate representation of color #DCFFF4: hue angle of 161.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFF4 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 244 | - |
| CMYK | 0.14 | 0 | 0.04 | 0 |
| HSL | 161.14º | 1% | 0.93% | - |
| HSV(B) | 161.14º | 0.14% | 1% | - |
| XYZ | 81.6 | 93.27 | 99.29 | - |
| YUV | 243.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 244 | 0.14 | 0 | 0.04 | 0 | 161.14 | 1 | 0.93 |
| Hex | DC | FF | F4 | E | 0 | 4 | 0 | A1 | 64 | 5D |
| Octal | 334 | 377 | 364 | 16 | 0 | 4 | 0 | 241 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11110100 | 1110 | 0 | 100 | 0 | 10100001 | 1100100 | 1011101 |
Color Harmonies of #DCFFF4
Complementary color
Monochromatic Colors of #DCFFF4
Black with #DCFFF4
Text Example
Text Example
White with #DCFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFF4; }
p { color: rgb(220,255,244); }
H1.HeaderClassName
{
color: #DCFFF4;
}
.AnyTagClassName
{
color: #DCFFF4;
}
</style>
background-color css
<style>
a { background-color: #DCFFF4; }
a { background-color: rgb(220,255,244); }
div.DivClassName
{
background-color: #DCFFF4;
}
.BgClassName
{
background-color: #DCFFF4;
}
</style>
border-color css
<style>
span { border-color: #DCFFF4; }
span { border-color: rgb(220,255,244); }
td.TdClassName
{
border-color: #DCFFF4;
}
.TagClassName
{
border-color: #DCFFF4;
}
</style>