Shades of Reef #DCEBA6
Tints of Reef #DCEBA6
RGB
CMYK
RGB Variations
Color information
#DCEBA6 (or 0xDCEBA6) is known color: Reef. HEX triplet: DC, EB and A6. RGB value is (220,235,166). Sum of RGB (Red+Green+Blue) = 220+235+166=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBA6 is #231459. Grayscale: #DEDEDE. Windows color (decimal): -2298970 or 10939356. OLE color: 10939356.
HSL color Cylindrical-coordinate representation of color #DCEBA6: hue angle of 73.04º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCEBA6 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 166 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.08 |
| HSL | 73.04º | 0.63% | 0.79% | - |
| HSV(B) | 73.04º | 0.29% | 0.92% | - |
| XYZ | 66.11 | 77.39 | 47.53 | - |
| YUV | 222.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 166 | 0.06 | 0 | 0.29 | 0.08 | 73.04 | 0.63 | 0.79 |
| Hex | DC | EB | A6 | 6 | 0 | 1D | 8 | 49 | 3F | 4F |
| Octal | 334 | 353 | 246 | 6 | 0 | 35 | 10 | 111 | 77 | 117 |
| Binary | 11011100 | 11101011 | 10100110 | 110 | 0 | 11101 | 1000 | 1001001 | 111111 | 1001111 |
Color Harmonies of #DCEBA6
Complementary color
Monochromatic Colors of #DCEBA6
Black with #DCEBA6
Text Example
Text Example
White with #DCEBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBA6; }
p { color: rgb(220,235,166); }
H1.HeaderClassName
{
color: #DCEBA6;
}
.AnyTagClassName
{
color: #DCEBA6;
}
</style>
background-color css
<style>
a { background-color: #DCEBA6; }
a { background-color: rgb(220,235,166); }
div.DivClassName
{
background-color: #DCEBA6;
}
.BgClassName
{
background-color: #DCEBA6;
}
</style>
border-color css
<style>
span { border-color: #DCEBA6; }
span { border-color: rgb(220,235,166); }
td.TdClassName
{
border-color: #DCEBA6;
}
.TagClassName
{
border-color: #DCEBA6;
}
</style>