Shades of Reef #DCEB9B
Tints of Reef #DCEB9B
RGB
CMYK
RGB Variations
Color information
#DCEB9B (or 0xDCEB9B) is known color: Reef. HEX triplet: DC, EB and 9B. RGB value is (220,235,155). Sum of RGB (Red+Green+Blue) = 220+235+155=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB9B is #231464. Grayscale: #DDDDDD. Windows color (decimal): -2298981 or 10218460. OLE color: 10218460.
HSL color Cylindrical-coordinate representation of color #DCEB9B: hue angle of 71.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCEB9B is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 155 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.08 |
| HSL | 71.25º | 0.67% | 0.76% | - |
| HSV(B) | 71.25º | 0.34% | 0.92% | - |
| XYZ | 65.14 | 77 | 42.44 | - |
| YUV | 221.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 155 | 0.06 | 0 | 0.34 | 0.08 | 71.25 | 0.67 | 0.76 |
| Hex | DC | EB | 9B | 6 | 0 | 22 | 8 | 47 | 43 | 4C |
| Octal | 334 | 353 | 233 | 6 | 0 | 42 | 10 | 107 | 103 | 114 |
| Binary | 11011100 | 11101011 | 10011011 | 110 | 0 | 100010 | 1000 | 1000111 | 1000011 | 1001100 |
Color Harmonies of #DCEB9B
Complementary color
Monochromatic Colors of #DCEB9B
Black with #DCEB9B
Text Example
Text Example
White with #DCEB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB9B; }
p { color: rgb(220,235,155); }
H1.HeaderClassName
{
color: #DCEB9B;
}
.AnyTagClassName
{
color: #DCEB9B;
}
</style>
background-color css
<style>
a { background-color: #DCEB9B; }
a { background-color: rgb(220,235,155); }
div.DivClassName
{
background-color: #DCEB9B;
}
.BgClassName
{
background-color: #DCEB9B;
}
</style>
border-color css
<style>
span { border-color: #DCEB9B; }
span { border-color: rgb(220,235,155); }
td.TdClassName
{
border-color: #DCEB9B;
}
.TagClassName
{
border-color: #DCEB9B;
}
</style>