Shades of Reef #DCF0B1
Tints of Reef #DCF0B1
RGB
CMYK
RGB Variations
Color information
#DCF0B1 (or 0xDCF0B1) is known color: Reef. HEX triplet: DC, F0 and B1. RGB value is (220,240,177). Sum of RGB (Red+Green+Blue) = 220+240+177=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF0B1 is #230F4E. Grayscale: #E3E3E3. Windows color (decimal): -2297679 or 11661532. OLE color: 11661532.
HSL color Cylindrical-coordinate representation of color #DCF0B1: hue angle of 79.05º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCF0B1 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 177 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.06 |
| HSL | 79.05º | 0.68% | 0.82% | - |
| HSV(B) | 79.05º | 0.26% | 0.94% | - |
| XYZ | 68.61 | 80.71 | 53.56 | - |
| YUV | 226.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 177 | 0.08 | 0 | 0.26 | 0.06 | 79.05 | 0.68 | 0.82 |
| Hex | DC | F0 | B1 | 8 | 0 | 1A | 6 | 4F | 44 | 52 |
| Octal | 334 | 360 | 261 | 10 | 0 | 32 | 6 | 117 | 104 | 122 |
| Binary | 11011100 | 11110000 | 10110001 | 1000 | 0 | 11010 | 110 | 1001111 | 1000100 | 1010010 |
Color Harmonies of #DCF0B1
Complementary color
Monochromatic Colors of #DCF0B1
Black with #DCF0B1
Text Example
Text Example
White with #DCF0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0B1; }
p { color: rgb(220,240,177); }
H1.HeaderClassName
{
color: #DCF0B1;
}
.AnyTagClassName
{
color: #DCF0B1;
}
</style>
background-color css
<style>
a { background-color: #DCF0B1; }
a { background-color: rgb(220,240,177); }
div.DivClassName
{
background-color: #DCF0B1;
}
.BgClassName
{
background-color: #DCF0B1;
}
</style>
border-color css
<style>
span { border-color: #DCF0B1; }
span { border-color: rgb(220,240,177); }
td.TdClassName
{
border-color: #DCF0B1;
}
.TagClassName
{
border-color: #DCF0B1;
}
</style>