Shades of Reef #DCEB9D
Tints of Reef #DCEB9D
RGB
CMYK
RGB Variations
Color information
#DCEB9D (or 0xDCEB9D) is known color: Reef. HEX triplet: DC, EB and 9D. RGB value is (220,235,157). Sum of RGB (Red+Green+Blue) = 220+235+157=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB9D is #231462. Grayscale: #DDDDDD. Windows color (decimal): -2298979 or 10349532. OLE color: 10349532.
HSL color Cylindrical-coordinate representation of color #DCEB9D: hue angle of 71.54º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCEB9D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 157 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.08 |
| HSL | 71.54º | 0.66% | 0.77% | - |
| HSV(B) | 71.54º | 0.33% | 0.92% | - |
| XYZ | 65.31 | 77.07 | 43.33 | - |
| YUV | 221.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 157 | 0.06 | 0 | 0.33 | 0.08 | 71.54 | 0.66 | 0.77 |
| Hex | DC | EB | 9D | 6 | 0 | 21 | 8 | 48 | 42 | 4D |
| Octal | 334 | 353 | 235 | 6 | 0 | 41 | 10 | 110 | 102 | 115 |
| Binary | 11011100 | 11101011 | 10011101 | 110 | 0 | 100001 | 1000 | 1001000 | 1000010 | 1001101 |
Color Harmonies of #DCEB9D
Complementary color
Monochromatic Colors of #DCEB9D
Black with #DCEB9D
Text Example
Text Example
White with #DCEB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB9D; }
p { color: rgb(220,235,157); }
H1.HeaderClassName
{
color: #DCEB9D;
}
.AnyTagClassName
{
color: #DCEB9D;
}
</style>
background-color css
<style>
a { background-color: #DCEB9D; }
a { background-color: rgb(220,235,157); }
div.DivClassName
{
background-color: #DCEB9D;
}
.BgClassName
{
background-color: #DCEB9D;
}
</style>
border-color css
<style>
span { border-color: #DCEB9D; }
span { border-color: rgb(220,235,157); }
td.TdClassName
{
border-color: #DCEB9D;
}
.TagClassName
{
border-color: #DCEB9D;
}
</style>