Shades of Reef #DBEE90
Tints of Reef #DBEE90
RGB
CMYK
RGB Variations
Color information
#DBEE90 (or 0xDBEE90) is known color: Reef. HEX triplet: DB, EE and 90. RGB value is (219,238,144). Sum of RGB (Red+Green+Blue) = 219+238+144=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEE90 is #24116F. Grayscale: #DDDDDD. Windows color (decimal): -2363760 or 9498331. OLE color: 9498331.
HSL color Cylindrical-coordinate representation of color #DBEE90: hue angle of 72.13º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBEE90 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 144 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.07 |
| HSL | 72.13º | 0.73% | 0.75% | - |
| HSV(B) | 72.13º | 0.39% | 0.93% | - |
| XYZ | 64.82 | 78.22 | 38.07 | - |
| YUV | 221.6 | 84.21 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 144 | 0.08 | 0 | 0.39 | 0.07 | 72.13 | 0.73 | 0.75 |
| Hex | DB | EE | 90 | 8 | 0 | 27 | 7 | 48 | 49 | 4B |
| Octal | 333 | 356 | 220 | 10 | 0 | 47 | 7 | 110 | 111 | 113 |
| Binary | 11011011 | 11101110 | 10010000 | 1000 | 0 | 100111 | 111 | 1001000 | 1001001 | 1001011 |
Color Harmonies of #DBEE90
Complementary color
Monochromatic Colors of #DBEE90
Black with #DBEE90
Text Example
Text Example
White with #DBEE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE90; }
p { color: rgb(219,238,144); }
H1.HeaderClassName
{
color: #DBEE90;
}
.AnyTagClassName
{
color: #DBEE90;
}
</style>
background-color css
<style>
a { background-color: #DBEE90; }
a { background-color: rgb(219,238,144); }
div.DivClassName
{
background-color: #DBEE90;
}
.BgClassName
{
background-color: #DBEE90;
}
</style>
border-color css
<style>
span { border-color: #DBEE90; }
span { border-color: rgb(219,238,144); }
td.TdClassName
{
border-color: #DBEE90;
}
.TagClassName
{
border-color: #DBEE90;
}
</style>