Shades of Reef #DBEFAF
Tints of Reef #DBEFAF
RGB
CMYK
RGB Variations
Color information
#DBEFAF (or 0xDBEFAF) is known color: Reef. HEX triplet: DB, EF and AF. RGB value is (219,239,175). Sum of RGB (Red+Green+Blue) = 219+239+175=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFAF is #241050. Grayscale: #E1E1E1. Windows color (decimal): -2363473 or 11530203. OLE color: 11530203.
HSL color Cylindrical-coordinate representation of color #DBEFAF: hue angle of 78.75º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBEFAF is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 175 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.06 |
| HSL | 78.75º | 0.67% | 0.81% | - |
| HSV(B) | 78.75º | 0.27% | 0.94% | - |
| XYZ | 67.82 | 79.89 | 52.4 | - |
| YUV | 225.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 175 | 0.08 | 0 | 0.27 | 0.06 | 78.75 | 0.67 | 0.81 |
| Hex | DB | EF | AF | 8 | 0 | 1B | 6 | 4F | 43 | 51 |
| Octal | 333 | 357 | 257 | 10 | 0 | 33 | 6 | 117 | 103 | 121 |
| Binary | 11011011 | 11101111 | 10101111 | 1000 | 0 | 11011 | 110 | 1001111 | 1000011 | 1010001 |
Color Harmonies of #DBEFAF
Complementary color
Monochromatic Colors of #DBEFAF
Black with #DBEFAF
Text Example
Text Example
White with #DBEFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFAF; }
p { color: rgb(219,239,175); }
H1.HeaderClassName
{
color: #DBEFAF;
}
.AnyTagClassName
{
color: #DBEFAF;
}
</style>
background-color css
<style>
a { background-color: #DBEFAF; }
a { background-color: rgb(219,239,175); }
div.DivClassName
{
background-color: #DBEFAF;
}
.BgClassName
{
background-color: #DBEFAF;
}
</style>
border-color css
<style>
span { border-color: #DBEFAF; }
span { border-color: rgb(219,239,175); }
td.TdClassName
{
border-color: #DBEFAF;
}
.TagClassName
{
border-color: #DBEFAF;
}
</style>