Shades of Reef #DBEFB3
Tints of Reef #DBEFB3
RGB
CMYK
RGB Variations
Color information
#DBEFB3 (or 0xDBEFB3) is known color: Reef. HEX triplet: DB, EF and B3. RGB value is (219,239,179). Sum of RGB (Red+Green+Blue) = 219+239+179=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFB3 is #24104C. Grayscale: #E2E2E2. Windows color (decimal): -2363469 or 11792347. OLE color: 11792347.
HSL color Cylindrical-coordinate representation of color #DBEFB3: hue angle of 80º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBEFB3 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 179 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.06 |
| HSL | 80º | 0.65% | 0.82% | - |
| HSV(B) | 80º | 0.25% | 0.94% | - |
| XYZ | 68.22 | 80.05 | 54.5 | - |
| YUV | 226.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 179 | 0.08 | 0 | 0.25 | 0.06 | 80 | 0.65 | 0.82 |
| Hex | DB | EF | B3 | 8 | 0 | 19 | 6 | 50 | 41 | 52 |
| Octal | 333 | 357 | 263 | 10 | 0 | 31 | 6 | 120 | 101 | 122 |
| Binary | 11011011 | 11101111 | 10110011 | 1000 | 0 | 11001 | 110 | 1010000 | 1000001 | 1010010 |
Color Harmonies of #DBEFB3
Complementary color
Monochromatic Colors of #DBEFB3
Black with #DBEFB3
Text Example
Text Example
White with #DBEFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFB3; }
p { color: rgb(219,239,179); }
H1.HeaderClassName
{
color: #DBEFB3;
}
.AnyTagClassName
{
color: #DBEFB3;
}
</style>
background-color css
<style>
a { background-color: #DBEFB3; }
a { background-color: rgb(219,239,179); }
div.DivClassName
{
background-color: #DBEFB3;
}
.BgClassName
{
background-color: #DBEFB3;
}
</style>
border-color css
<style>
span { border-color: #DBEFB3; }
span { border-color: rgb(219,239,179); }
td.TdClassName
{
border-color: #DBEFB3;
}
.TagClassName
{
border-color: #DBEFB3;
}
</style>