Shades of Clear Day #DCFBF1
Tints of Clear Day #DCFBF1
RGB
CMYK
RGB Variations
Color information
#DCFBF1 (or 0xDCFBF1) is known color: Clear Day. HEX triplet: DC, FB and F1. RGB value is (220,251,241). Sum of RGB (Red+Green+Blue) = 220+251+241=712 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.90% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBF1 is #23040E. Grayscale: #F0F0F0. Windows color (decimal): -2294799 or 15858652. OLE color: 15858652.
HSL color Cylindrical-coordinate representation of color #DCFBF1: hue angle of 160.65º 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 #DCFBF1 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 241 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.02 |
| HSL | 160.65º | 0.79% | 0.92% | - |
| HSV(B) | 160.65º | 0.12% | 0.98% | - |
| XYZ | 79.89 | 90.56 | 96.49 | - |
| YUV | 240.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 241 | 0.12 | 0 | 0.04 | 0.02 | 160.65 | 0.79 | 0.92 |
| Hex | DC | FB | F1 | C | 0 | 4 | 2 | A1 | 4F | 5C |
| Octal | 334 | 373 | 361 | 14 | 0 | 4 | 2 | 241 | 117 | 134 |
| Binary | 11011100 | 11111011 | 11110001 | 1100 | 0 | 100 | 10 | 10100001 | 1001111 | 1011100 |
Color Harmonies of #DCFBF1
Complementary color
Monochromatic Colors of #DCFBF1
Black with #DCFBF1
Text Example
Text Example
White with #DCFBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBF1; }
p { color: rgb(220,251,241); }
H1.HeaderClassName
{
color: #DCFBF1;
}
.AnyTagClassName
{
color: #DCFBF1;
}
</style>
background-color css
<style>
a { background-color: #DCFBF1; }
a { background-color: rgb(220,251,241); }
div.DivClassName
{
background-color: #DCFBF1;
}
.BgClassName
{
background-color: #DCFBF1;
}
</style>
border-color css
<style>
span { border-color: #DCFBF1; }
span { border-color: rgb(220,251,241); }
td.TdClassName
{
border-color: #DCFBF1;
}
.TagClassName
{
border-color: #DCFBF1;
}
</style>