Shades of Reef #DBEA9C
Tints of Reef #DBEA9C
RGB
CMYK
RGB Variations
Color information
#DBEA9C (or 0xDBEA9C) is known color: Reef. HEX triplet: DB, EA and 9C. RGB value is (219,234,156). Sum of RGB (Red+Green+Blue) = 219+234+156=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA9C is #241563. Grayscale: #DCDCDC. Windows color (decimal): -2364772 or 10283739. OLE color: 10283739.
HSL color Cylindrical-coordinate representation of color #DBEA9C: hue angle of 71.54º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBEA9C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 156 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.08 |
| HSL | 71.54º | 0.65% | 0.76% | - |
| HSV(B) | 71.54º | 0.33% | 0.92% | - |
| XYZ | 64.64 | 76.31 | 42.77 | - |
| YUV | 220.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 156 | 0.06 | 0 | 0.33 | 0.08 | 71.54 | 0.65 | 0.76 |
| Hex | DB | EA | 9C | 6 | 0 | 21 | 8 | 48 | 41 | 4C |
| Octal | 333 | 352 | 234 | 6 | 0 | 41 | 10 | 110 | 101 | 114 |
| Binary | 11011011 | 11101010 | 10011100 | 110 | 0 | 100001 | 1000 | 1001000 | 1000001 | 1001100 |
Color Harmonies of #DBEA9C
Complementary color
Monochromatic Colors of #DBEA9C
Black with #DBEA9C
Text Example
Text Example
White with #DBEA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA9C; }
p { color: rgb(219,234,156); }
H1.HeaderClassName
{
color: #DBEA9C;
}
.AnyTagClassName
{
color: #DBEA9C;
}
</style>
background-color css
<style>
a { background-color: #DBEA9C; }
a { background-color: rgb(219,234,156); }
div.DivClassName
{
background-color: #DBEA9C;
}
.BgClassName
{
background-color: #DBEA9C;
}
</style>
border-color css
<style>
span { border-color: #DBEA9C; }
span { border-color: rgb(219,234,156); }
td.TdClassName
{
border-color: #DBEA9C;
}
.TagClassName
{
border-color: #DBEA9C;
}
</style>