Shades of Reef #DCEBA3
Tints of Reef #DCEBA3
RGB
CMYK
RGB Variations
Color information
#DCEBA3 (or 0xDCEBA3) is known color: Reef. HEX triplet: DC, EB and A3. RGB value is (220,235,163). Sum of RGB (Red+Green+Blue) = 220+235+163=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 163 (64.06% from 255 or 26.38% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBA3 is #23145C. Grayscale: #DEDEDE. Windows color (decimal): -2298973 or 10742748. OLE color: 10742748.
HSL color Cylindrical-coordinate representation of color #DCEBA3: hue angle of 72.5º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCEBA3 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 163 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.08 |
| HSL | 72.5º | 0.64% | 0.78% | - |
| HSV(B) | 72.5º | 0.31% | 0.92% | - |
| XYZ | 65.83 | 77.28 | 46.1 | - |
| YUV | 222.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 163 | 0.06 | 0 | 0.31 | 0.08 | 72.5 | 0.64 | 0.78 |
| Hex | DC | EB | A3 | 6 | 0 | 1F | 8 | 48 | 40 | 4E |
| Octal | 334 | 353 | 243 | 6 | 0 | 37 | 10 | 110 | 100 | 116 |
| Binary | 11011100 | 11101011 | 10100011 | 110 | 0 | 11111 | 1000 | 1001000 | 1000000 | 1001110 |
Color Harmonies of #DCEBA3
Complementary color
Monochromatic Colors of #DCEBA3
Black with #DCEBA3
Text Example
Text Example
White with #DCEBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBA3; }
p { color: rgb(220,235,163); }
H1.HeaderClassName
{
color: #DCEBA3;
}
.AnyTagClassName
{
color: #DCEBA3;
}
</style>
background-color css
<style>
a { background-color: #DCEBA3; }
a { background-color: rgb(220,235,163); }
div.DivClassName
{
background-color: #DCEBA3;
}
.BgClassName
{
background-color: #DCEBA3;
}
</style>
border-color css
<style>
span { border-color: #DCEBA3; }
span { border-color: rgb(220,235,163); }
td.TdClassName
{
border-color: #DCEBA3;
}
.TagClassName
{
border-color: #DCEBA3;
}
</style>