Shades of Clear Day #DCFBF4
Tints of Clear Day #DCFBF4
RGB
CMYK
RGB Variations
Color information
#DCFBF4 (or 0xDCFBF4) is known color: Clear Day. HEX triplet: DC, FB and F4. RGB value is (220,251,244). Sum of RGB (Red+Green+Blue) = 220+251+244=715 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.77% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBF4 is #23040B. Grayscale: #F0F0F0. Windows color (decimal): -2294796 or 16055260. OLE color: 16055260.
HSL color Cylindrical-coordinate representation of color #DCFBF4: hue angle of 166.45º degrees, saturation: 0.79, 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 #DCFBF4 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 244 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.02 |
| HSL | 166.45º | 0.79% | 0.92% | - |
| HSV(B) | 166.45º | 0.12% | 0.98% | - |
| XYZ | 80.34 | 90.74 | 98.87 | - |
| YUV | 240.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 244 | 0.12 | 0 | 0.03 | 0.02 | 166.45 | 0.79 | 0.92 |
| Hex | DC | FB | F4 | C | 0 | 3 | 2 | A6 | 4F | 5C |
| Octal | 334 | 373 | 364 | 14 | 0 | 3 | 2 | 246 | 117 | 134 |
| Binary | 11011100 | 11111011 | 11110100 | 1100 | 0 | 11 | 10 | 10100110 | 1001111 | 1011100 |
Color Harmonies of #DCFBF4
Complementary color
Monochromatic Colors of #DCFBF4
Black with #DCFBF4
Text Example
Text Example
White with #DCFBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBF4; }
p { color: rgb(220,251,244); }
H1.HeaderClassName
{
color: #DCFBF4;
}
.AnyTagClassName
{
color: #DCFBF4;
}
</style>
background-color css
<style>
a { background-color: #DCFBF4; }
a { background-color: rgb(220,251,244); }
div.DivClassName
{
background-color: #DCFBF4;
}
.BgClassName
{
background-color: #DCFBF4;
}
</style>
border-color css
<style>
span { border-color: #DCFBF4; }
span { border-color: rgb(220,251,244); }
td.TdClassName
{
border-color: #DCFBF4;
}
.TagClassName
{
border-color: #DCFBF4;
}
</style>