Shades of Reef #DBEBAF
Tints of Reef #DBEBAF
RGB
CMYK
RGB Variations
Color information
#DBEBAF (or 0xDBEBAF) is known color: Reef. HEX triplet: DB, EB and AF. RGB value is (219,235,175). Sum of RGB (Red+Green+Blue) = 219+235+175=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBAF is #241450. Grayscale: #DFDFDF. Windows color (decimal): -2364497 or 11529179. OLE color: 11529179.
HSL color Cylindrical-coordinate representation of color #DBEBAF: hue angle of 76º degrees, saturation: 0.6, 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 #DBEBAF is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 175 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.08 |
| HSL | 76º | 0.6% | 0.8% | - |
| HSV(B) | 76º | 0.26% | 0.92% | - |
| XYZ | 66.66 | 77.57 | 52.02 | - |
| YUV | 223.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 175 | 0.07 | 0 | 0.26 | 0.08 | 76 | 0.6 | 0.8 |
| Hex | DB | EB | AF | 7 | 0 | 1A | 8 | 4C | 3C | 50 |
| Octal | 333 | 353 | 257 | 7 | 0 | 32 | 10 | 114 | 74 | 120 |
| Binary | 11011011 | 11101011 | 10101111 | 111 | 0 | 11010 | 1000 | 1001100 | 111100 | 1010000 |
Color Harmonies of #DBEBAF
Complementary color
Monochromatic Colors of #DBEBAF
Black with #DBEBAF
Text Example
Text Example
White with #DBEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBAF; }
p { color: rgb(219,235,175); }
H1.HeaderClassName
{
color: #DBEBAF;
}
.AnyTagClassName
{
color: #DBEBAF;
}
</style>
background-color css
<style>
a { background-color: #DBEBAF; }
a { background-color: rgb(219,235,175); }
div.DivClassName
{
background-color: #DBEBAF;
}
.BgClassName
{
background-color: #DBEBAF;
}
</style>
border-color css
<style>
span { border-color: #DBEBAF; }
span { border-color: rgb(219,235,175); }
td.TdClassName
{
border-color: #DBEBAF;
}
.TagClassName
{
border-color: #DBEBAF;
}
</style>