Shades of Reef #DBEBAD
Tints of Reef #DBEBAD
RGB
CMYK
RGB Variations
Color information
#DBEBAD (or 0xDBEBAD) is known color: Reef. HEX triplet: DB, EB and AD. RGB value is (219,235,173). Sum of RGB (Red+Green+Blue) = 219+235+173=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBAD is #241452. Grayscale: #DFDFDF. Windows color (decimal): -2364499 or 11398107. OLE color: 11398107.
HSL color Cylindrical-coordinate representation of color #DBEBAD: hue angle of 75.48º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBEBAD is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 173 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.08 |
| HSL | 75.48º | 0.61% | 0.8% | - |
| HSV(B) | 75.48º | 0.26% | 0.92% | - |
| XYZ | 66.46 | 77.49 | 50.99 | - |
| YUV | 223.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 173 | 0.07 | 0 | 0.26 | 0.08 | 75.48 | 0.61 | 0.8 |
| Hex | DB | EB | AD | 7 | 0 | 1A | 8 | 4B | 3D | 50 |
| Octal | 333 | 353 | 255 | 7 | 0 | 32 | 10 | 113 | 75 | 120 |
| Binary | 11011011 | 11101011 | 10101101 | 111 | 0 | 11010 | 1000 | 1001011 | 111101 | 1010000 |
Color Harmonies of #DBEBAD
Complementary color
Monochromatic Colors of #DBEBAD
Black with #DBEBAD
Text Example
Text Example
White with #DBEBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBAD; }
p { color: rgb(219,235,173); }
H1.HeaderClassName
{
color: #DBEBAD;
}
.AnyTagClassName
{
color: #DBEBAD;
}
</style>
background-color css
<style>
a { background-color: #DBEBAD; }
a { background-color: rgb(219,235,173); }
div.DivClassName
{
background-color: #DBEBAD;
}
.BgClassName
{
background-color: #DBEBAD;
}
</style>
border-color css
<style>
span { border-color: #DBEBAD; }
span { border-color: rgb(219,235,173); }
td.TdClassName
{
border-color: #DBEBAD;
}
.TagClassName
{
border-color: #DBEBAD;
}
</style>