Shades of Reef #DBEEAF
Tints of Reef #DBEEAF
RGB
CMYK
RGB Variations
Color information
#DBEEAF (or 0xDBEEAF) is known color: Reef. HEX triplet: DB, EE and AF. RGB value is (219,238,175). Sum of RGB (Red+Green+Blue) = 219+238+175=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEAF is #241150. Grayscale: #E1E1E1. Windows color (decimal): -2363729 or 11529947. OLE color: 11529947.
HSL color Cylindrical-coordinate representation of color #DBEEAF: hue angle of 78.1º degrees, saturation: 0.65, 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 #DBEEAF is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 175 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.07 |
| HSL | 78.1º | 0.65% | 0.81% | - |
| HSV(B) | 78.1º | 0.26% | 0.93% | - |
| XYZ | 67.53 | 79.3 | 52.31 | - |
| YUV | 225.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 175 | 0.08 | 0 | 0.26 | 0.07 | 78.1 | 0.65 | 0.81 |
| Hex | DB | EE | AF | 8 | 0 | 1A | 7 | 4E | 41 | 51 |
| Octal | 333 | 356 | 257 | 10 | 0 | 32 | 7 | 116 | 101 | 121 |
| Binary | 11011011 | 11101110 | 10101111 | 1000 | 0 | 11010 | 111 | 1001110 | 1000001 | 1010001 |
Color Harmonies of #DBEEAF
Complementary color
Monochromatic Colors of #DBEEAF
Black with #DBEEAF
Text Example
Text Example
White with #DBEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEAF; }
p { color: rgb(219,238,175); }
H1.HeaderClassName
{
color: #DBEEAF;
}
.AnyTagClassName
{
color: #DBEEAF;
}
</style>
background-color css
<style>
a { background-color: #DBEEAF; }
a { background-color: rgb(219,238,175); }
div.DivClassName
{
background-color: #DBEEAF;
}
.BgClassName
{
background-color: #DBEEAF;
}
</style>
border-color css
<style>
span { border-color: #DBEEAF; }
span { border-color: rgb(219,238,175); }
td.TdClassName
{
border-color: #DBEEAF;
}
.TagClassName
{
border-color: #DBEEAF;
}
</style>