Shades of Reef #DBEBAA
Tints of Reef #DBEBAA
RGB
CMYK
RGB Variations
Color information
#DBEBAA (or 0xDBEBAA) is known color: Reef. HEX triplet: DB, EB and AA. RGB value is (219,235,170). Sum of RGB (Red+Green+Blue) = 219+235+170=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBAA is #241455. Grayscale: #DFDFDF. Windows color (decimal): -2364502 or 11201499. OLE color: 11201499.
HSL color Cylindrical-coordinate representation of color #DBEBAA: hue angle of 74.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBEBAA is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 170 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.08 |
| HSL | 74.77º | 0.62% | 0.79% | - |
| HSV(B) | 74.77º | 0.28% | 0.92% | - |
| XYZ | 66.18 | 77.38 | 49.48 | - |
| YUV | 222.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 170 | 0.07 | 0 | 0.28 | 0.08 | 74.77 | 0.62 | 0.79 |
| Hex | DB | EB | AA | 7 | 0 | 1C | 8 | 4B | 3E | 4F |
| Octal | 333 | 353 | 252 | 7 | 0 | 34 | 10 | 113 | 76 | 117 |
| Binary | 11011011 | 11101011 | 10101010 | 111 | 0 | 11100 | 1000 | 1001011 | 111110 | 1001111 |
Color Harmonies of #DBEBAA
Complementary color
Monochromatic Colors of #DBEBAA
Black with #DBEBAA
Text Example
Text Example
White with #DBEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBAA; }
p { color: rgb(219,235,170); }
H1.HeaderClassName
{
color: #DBEBAA;
}
.AnyTagClassName
{
color: #DBEBAA;
}
</style>
background-color css
<style>
a { background-color: #DBEBAA; }
a { background-color: rgb(219,235,170); }
div.DivClassName
{
background-color: #DBEBAA;
}
.BgClassName
{
background-color: #DBEBAA;
}
</style>
border-color css
<style>
span { border-color: #DBEBAA; }
span { border-color: rgb(219,235,170); }
td.TdClassName
{
border-color: #DBEBAA;
}
.TagClassName
{
border-color: #DBEBAA;
}
</style>