Shades of Reef #DCEBA4
Tints of Reef #DCEBA4
RGB
CMYK
RGB Variations
Color information
#DCEBA4 (or 0xDCEBA4) is known color: Reef. HEX triplet: DC, EB and A4. RGB value is (220,235,164). Sum of RGB (Red+Green+Blue) = 220+235+164=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBA4 is #23145B. Grayscale: #DEDEDE. Windows color (decimal): -2298972 or 10808284. OLE color: 10808284.
HSL color Cylindrical-coordinate representation of color #DCEBA4: hue angle of 72.68º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCEBA4 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 164 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.08 |
| HSL | 72.68º | 0.64% | 0.78% | - |
| HSV(B) | 72.68º | 0.3% | 0.92% | - |
| XYZ | 65.92 | 77.31 | 46.57 | - |
| YUV | 222.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 164 | 0.06 | 0 | 0.30 | 0.08 | 72.68 | 0.64 | 0.78 |
| Hex | DC | EB | A4 | 6 | 0 | 1E | 8 | 49 | 40 | 4E |
| Octal | 334 | 353 | 244 | 6 | 0 | 36 | 10 | 111 | 100 | 116 |
| Binary | 11011100 | 11101011 | 10100100 | 110 | 0 | 11110 | 1000 | 1001001 | 1000000 | 1001110 |
Color Harmonies of #DCEBA4
Complementary color
Monochromatic Colors of #DCEBA4
Black with #DCEBA4
Text Example
Text Example
White with #DCEBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBA4; }
p { color: rgb(220,235,164); }
H1.HeaderClassName
{
color: #DCEBA4;
}
.AnyTagClassName
{
color: #DCEBA4;
}
</style>
background-color css
<style>
a { background-color: #DCEBA4; }
a { background-color: rgb(220,235,164); }
div.DivClassName
{
background-color: #DCEBA4;
}
.BgClassName
{
background-color: #DCEBA4;
}
</style>
border-color css
<style>
span { border-color: #DCEBA4; }
span { border-color: rgb(220,235,164); }
td.TdClassName
{
border-color: #DCEBA4;
}
.TagClassName
{
border-color: #DCEBA4;
}
</style>