Shades of Reef #DCE9A2
Tints of Reef #DCE9A2
RGB
CMYK
RGB Variations
Color information
#DCE9A2 (or 0xDCE9A2) is known color: Reef. HEX triplet: DC, E9 and A2. RGB value is (220,233,162). Sum of RGB (Red+Green+Blue) = 220+233+162=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 162 (63.67% from 255 or 26.34% from 615); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE9A2 is #23165D. Grayscale: #DDDDDD. Windows color (decimal): -2299486 or 10676700. OLE color: 10676700.
HSL color Cylindrical-coordinate representation of color #DCE9A2: hue angle of 70.99º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCE9A2 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 162 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.09 |
| HSL | 70.99º | 0.62% | 0.77% | - |
| HSV(B) | 70.99º | 0.3% | 0.91% | - |
| XYZ | 65.18 | 76.1 | 45.44 | - |
| YUV | 221.02 | 94.69 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 162 | 0.06 | 0 | 0.30 | 0.09 | 70.99 | 0.62 | 0.77 |
| Hex | DC | E9 | A2 | 6 | 0 | 1E | 9 | 47 | 3E | 4D |
| Octal | 334 | 351 | 242 | 6 | 0 | 36 | 11 | 107 | 76 | 115 |
| Binary | 11011100 | 11101001 | 10100010 | 110 | 0 | 11110 | 1001 | 1000111 | 111110 | 1001101 |
Color Harmonies of #DCE9A2
Complementary color
Monochromatic Colors of #DCE9A2
Black with #DCE9A2
Text Example
Text Example
White with #DCE9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9A2; }
p { color: rgb(220,233,162); }
H1.HeaderClassName
{
color: #DCE9A2;
}
.AnyTagClassName
{
color: #DCE9A2;
}
</style>
background-color css
<style>
a { background-color: #DCE9A2; }
a { background-color: rgb(220,233,162); }
div.DivClassName
{
background-color: #DCE9A2;
}
.BgClassName
{
background-color: #DCE9A2;
}
</style>
border-color css
<style>
span { border-color: #DCE9A2; }
span { border-color: rgb(220,233,162); }
td.TdClassName
{
border-color: #DCE9A2;
}
.TagClassName
{
border-color: #DCE9A2;
}
</style>