Shades of Reef #DBED9F
Tints of Reef #DBED9F
RGB
CMYK
RGB Variations
Color information
#DBED9F (or 0xDBED9F) is known color: Reef. HEX triplet: DB, ED and 9F. RGB value is (219,237,159). Sum of RGB (Red+Green+Blue) = 219+237+159=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBED9F is #241260. Grayscale: #DFDFDF. Windows color (decimal): -2364001 or 10481115. OLE color: 10481115.
HSL color Cylindrical-coordinate representation of color #DBED9F: hue angle of 73.85º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBED9F is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 159 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.07 |
| HSL | 73.85º | 0.68% | 0.78% | - |
| HSV(B) | 73.85º | 0.33% | 0.93% | - |
| XYZ | 65.76 | 78.13 | 44.42 | - |
| YUV | 222.73 | 92.04 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 159 | 0.08 | 0 | 0.33 | 0.07 | 73.85 | 0.68 | 0.78 |
| Hex | DB | ED | 9F | 8 | 0 | 21 | 7 | 4A | 44 | 4E |
| Octal | 333 | 355 | 237 | 10 | 0 | 41 | 7 | 112 | 104 | 116 |
| Binary | 11011011 | 11101101 | 10011111 | 1000 | 0 | 100001 | 111 | 1001010 | 1000100 | 1001110 |
Color Harmonies of #DBED9F
Complementary color
Monochromatic Colors of #DBED9F
Black with #DBED9F
Text Example
Text Example
White with #DBED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED9F; }
p { color: rgb(219,237,159); }
H1.HeaderClassName
{
color: #DBED9F;
}
.AnyTagClassName
{
color: #DBED9F;
}
</style>
background-color css
<style>
a { background-color: #DBED9F; }
a { background-color: rgb(219,237,159); }
div.DivClassName
{
background-color: #DBED9F;
}
.BgClassName
{
background-color: #DBED9F;
}
</style>
border-color css
<style>
span { border-color: #DBED9F; }
span { border-color: rgb(219,237,159); }
td.TdClassName
{
border-color: #DBED9F;
}
.TagClassName
{
border-color: #DBED9F;
}
</style>