Shades of Reef #DBEFAC
Tints of Reef #DBEFAC
RGB
CMYK
RGB Variations
Color information
#DBEFAC (or 0xDBEFAC) is known color: Reef. HEX triplet: DB, EF and AC. RGB value is (219,239,172). Sum of RGB (Red+Green+Blue) = 219+239+172=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFAC is #241053. Grayscale: #E1E1E1. Windows color (decimal): -2363476 or 11333595. OLE color: 11333595.
HSL color Cylindrical-coordinate representation of color #DBEFAC: hue angle of 77.91º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBEFAC is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 172 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.06 |
| HSL | 77.91º | 0.68% | 0.81% | - |
| HSV(B) | 77.91º | 0.28% | 0.94% | - |
| XYZ | 67.53 | 79.77 | 50.87 | - |
| YUV | 225.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 172 | 0.08 | 0 | 0.28 | 0.06 | 77.91 | 0.68 | 0.81 |
| Hex | DB | EF | AC | 8 | 0 | 1C | 6 | 4E | 44 | 51 |
| Octal | 333 | 357 | 254 | 10 | 0 | 34 | 6 | 116 | 104 | 121 |
| Binary | 11011011 | 11101111 | 10101100 | 1000 | 0 | 11100 | 110 | 1001110 | 1000100 | 1010001 |
Color Harmonies of #DBEFAC
Complementary color
Monochromatic Colors of #DBEFAC
Black with #DBEFAC
Text Example
Text Example
White with #DBEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFAC; }
p { color: rgb(219,239,172); }
H1.HeaderClassName
{
color: #DBEFAC;
}
.AnyTagClassName
{
color: #DBEFAC;
}
</style>
background-color css
<style>
a { background-color: #DBEFAC; }
a { background-color: rgb(219,239,172); }
div.DivClassName
{
background-color: #DBEFAC;
}
.BgClassName
{
background-color: #DBEFAC;
}
</style>
border-color css
<style>
span { border-color: #DBEFAC; }
span { border-color: rgb(219,239,172); }
td.TdClassName
{
border-color: #DBEFAC;
}
.TagClassName
{
border-color: #DBEFAC;
}
</style>