Shades of Reef #DCF0B0
Tints of Reef #DCF0B0
RGB
CMYK
RGB Variations
Color information
#DCF0B0 (or 0xDCF0B0) is known color: Reef. HEX triplet: DC, F0 and B0. RGB value is (220,240,176). Sum of RGB (Red+Green+Blue) = 220+240+176=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF0B0 is #230F4F. Grayscale: #E2E2E2. Windows color (decimal): -2297680 or 11595996. OLE color: 11595996.
HSL color Cylindrical-coordinate representation of color #DCF0B0: hue angle of 78.75º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCF0B0 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 176 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.06 |
| HSL | 78.75º | 0.68% | 0.82% | - |
| HSV(B) | 78.75º | 0.27% | 0.94% | - |
| XYZ | 68.51 | 80.67 | 53.03 | - |
| YUV | 226.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 176 | 0.08 | 0 | 0.27 | 0.06 | 78.75 | 0.68 | 0.82 |
| Hex | DC | F0 | B0 | 8 | 0 | 1B | 6 | 4F | 44 | 52 |
| Octal | 334 | 360 | 260 | 10 | 0 | 33 | 6 | 117 | 104 | 122 |
| Binary | 11011100 | 11110000 | 10110000 | 1000 | 0 | 11011 | 110 | 1001111 | 1000100 | 1010010 |
Color Harmonies of #DCF0B0
Complementary color
Monochromatic Colors of #DCF0B0
Black with #DCF0B0
Text Example
Text Example
White with #DCF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0B0; }
p { color: rgb(220,240,176); }
H1.HeaderClassName
{
color: #DCF0B0;
}
.AnyTagClassName
{
color: #DCF0B0;
}
</style>
background-color css
<style>
a { background-color: #DCF0B0; }
a { background-color: rgb(220,240,176); }
div.DivClassName
{
background-color: #DCF0B0;
}
.BgClassName
{
background-color: #DCF0B0;
}
</style>
border-color css
<style>
span { border-color: #DCF0B0; }
span { border-color: rgb(220,240,176); }
td.TdClassName
{
border-color: #DCF0B0;
}
.TagClassName
{
border-color: #DCF0B0;
}
</style>