Shades of Reef #DBEDAD
Tints of Reef #DBEDAD
RGB
CMYK
RGB Variations
Color information
#DBEDAD (or 0xDBEDAD) is known color: Reef. HEX triplet: DB, ED and AD. RGB value is (219,237,173). Sum of RGB (Red+Green+Blue) = 219+237+173=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEDAD is #241252. Grayscale: #E0E0E0. Windows color (decimal): -2363987 or 11398619. OLE color: 11398619.
HSL color Cylindrical-coordinate representation of color #DBEDAD: hue angle of 76.88º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBEDAD is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 173 | - |
CMYK | 0.08 | 0 | 0.27 | 0.07 |
HSL | 76.88º | 0.64% | 0.8% | - |
HSV(B) | 76.88º | 0.27% | 0.93% | - |
XYZ | 67.04 | 78.65 | 51.18 | - |
YUV | 224.32 | 99.04 | 124.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 173 | 0.08 | 0 | 0.27 | 0.07 | 76.88 | 0.64 | 0.8 |
Hex | DB | ED | AD | 8 | 0 | 1B | 7 | 4D | 40 | 50 |
Octal | 333 | 355 | 255 | 10 | 0 | 33 | 7 | 115 | 100 | 120 |
Binary | 11011011 | 11101101 | 10101101 | 1000 | 0 | 11011 | 111 | 1001101 | 1000000 | 1010000 |
Color Harmonies of #DBEDAD
Complementary color
Monochromatic Colors of #DBEDAD
Black with #DBEDAD
Text Example
Text Example
White with #DBEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDAD; }
p { color: rgb(219,237,173); }
H1.HeaderClassName
{
color: #DBEDAD;
}
.AnyTagClassName
{
color: #DBEDAD;
}
</style>
background-color css
<style>
a { background-color: #DBEDAD; }
a { background-color: rgb(219,237,173); }
div.DivClassName
{
background-color: #DBEDAD;
}
.BgClassName
{
background-color: #DBEDAD;
}
</style>
border-color css
<style>
span { border-color: #DBEDAD; }
span { border-color: rgb(219,237,173); }
td.TdClassName
{
border-color: #DBEDAD;
}
.TagClassName
{
border-color: #DBEDAD;
}
</style>