Shades of Reef #DCEBA8
Tints of Reef #DCEBA8
RGB
CMYK
RGB Variations
Color information
#DCEBA8 (or 0xDCEBA8) is known color: Reef. HEX triplet: DC, EB and A8. RGB value is (220,235,168). Sum of RGB (Red+Green+Blue) = 220+235+168=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBA8 is #231457. Grayscale: #DFDFDF. Windows color (decimal): -2298968 or 11070428. OLE color: 11070428.
HSL color Cylindrical-coordinate representation of color #DCEBA8: hue angle of 73.43º 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 #DCEBA8 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 168 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.08 |
| HSL | 73.43º | 0.63% | 0.79% | - |
| HSV(B) | 73.43º | 0.29% | 0.92% | - |
| XYZ | 66.29 | 77.46 | 48.5 | - |
| YUV | 222.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 168 | 0.06 | 0 | 0.29 | 0.08 | 73.43 | 0.63 | 0.79 |
| Hex | DC | EB | A8 | 6 | 0 | 1D | 8 | 49 | 3F | 4F |
| Octal | 334 | 353 | 250 | 6 | 0 | 35 | 10 | 111 | 77 | 117 |
| Binary | 11011100 | 11101011 | 10101000 | 110 | 0 | 11101 | 1000 | 1001001 | 111111 | 1001111 |
Color Harmonies of #DCEBA8
Complementary color
Monochromatic Colors of #DCEBA8
Black with #DCEBA8
Text Example
Text Example
White with #DCEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBA8; }
p { color: rgb(220,235,168); }
H1.HeaderClassName
{
color: #DCEBA8;
}
.AnyTagClassName
{
color: #DCEBA8;
}
</style>
background-color css
<style>
a { background-color: #DCEBA8; }
a { background-color: rgb(220,235,168); }
div.DivClassName
{
background-color: #DCEBA8;
}
.BgClassName
{
background-color: #DCEBA8;
}
</style>
border-color css
<style>
span { border-color: #DCEBA8; }
span { border-color: rgb(220,235,168); }
td.TdClassName
{
border-color: #DCEBA8;
}
.TagClassName
{
border-color: #DCEBA8;
}
</style>