Shades of Reef #DBECAF
Tints of Reef #DBECAF
RGB
CMYK
RGB Variations
Color information
#DBECAF (or 0xDBECAF) is known color: Reef. HEX triplet: DB, EC and AF. RGB value is (219,236,175). Sum of RGB (Red+Green+Blue) = 219+236+175=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECAF is #241350. Grayscale: #E0E0E0. Windows color (decimal): -2364241 or 11529435. OLE color: 11529435.
HSL color Cylindrical-coordinate representation of color #DBECAF: hue angle of 76.72º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBECAF is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 175 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.07 |
| HSL | 76.72º | 0.62% | 0.81% | - |
| HSV(B) | 76.72º | 0.26% | 0.93% | - |
| XYZ | 66.95 | 78.15 | 52.11 | - |
| YUV | 223.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 175 | 0.07 | 0 | 0.26 | 0.07 | 76.72 | 0.62 | 0.81 |
| Hex | DB | EC | AF | 7 | 0 | 1A | 7 | 4D | 3E | 51 |
| Octal | 333 | 354 | 257 | 7 | 0 | 32 | 7 | 115 | 76 | 121 |
| Binary | 11011011 | 11101100 | 10101111 | 111 | 0 | 11010 | 111 | 1001101 | 111110 | 1010001 |
Color Harmonies of #DBECAF
Complementary color
Monochromatic Colors of #DBECAF
Black with #DBECAF
Text Example
Text Example
White with #DBECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECAF; }
p { color: rgb(219,236,175); }
H1.HeaderClassName
{
color: #DBECAF;
}
.AnyTagClassName
{
color: #DBECAF;
}
</style>
background-color css
<style>
a { background-color: #DBECAF; }
a { background-color: rgb(219,236,175); }
div.DivClassName
{
background-color: #DBECAF;
}
.BgClassName
{
background-color: #DBECAF;
}
</style>
border-color css
<style>
span { border-color: #DBECAF; }
span { border-color: rgb(219,236,175); }
td.TdClassName
{
border-color: #DBECAF;
}
.TagClassName
{
border-color: #DBECAF;
}
</style>