Shades of Reef #DBEDB4
Tints of Reef #DBEDB4
RGB
CMYK
RGB Variations
Color information
#DBEDB4 (or 0xDBEDB4) is known color: Reef. HEX triplet: DB, ED and B4. RGB value is (219,237,180). Sum of RGB (Red+Green+Blue) = 219+237+180=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDB4 is #24124B. Grayscale: #E1E1E1. Windows color (decimal): -2363980 or 11857371. OLE color: 11857371.
HSL color Cylindrical-coordinate representation of color #DBEDB4: hue angle of 78.95º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBEDB4 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 180 | - |
CMYK | 0.08 | 0 | 0.24 | 0.07 |
HSL | 78.95º | 0.61% | 0.82% | - |
HSV(B) | 78.95º | 0.24% | 0.93% | - |
XYZ | 67.74 | 78.92 | 54.84 | - |
YUV | 225.12 | 102.54 | 123.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 180 | 0.08 | 0 | 0.24 | 0.07 | 78.95 | 0.61 | 0.82 |
Hex | DB | ED | B4 | 8 | 0 | 18 | 7 | 4F | 3D | 52 |
Octal | 333 | 355 | 264 | 10 | 0 | 30 | 7 | 117 | 75 | 122 |
Binary | 11011011 | 11101101 | 10110100 | 1000 | 0 | 11000 | 111 | 1001111 | 111101 | 1010010 |
Color Harmonies of #DBEDB4
Complementary color
Monochromatic Colors of #DBEDB4
Black with #DBEDB4
Text Example
Text Example
White with #DBEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDB4; }
p { color: rgb(219,237,180); }
H1.HeaderClassName
{
color: #DBEDB4;
}
.AnyTagClassName
{
color: #DBEDB4;
}
</style>
background-color css
<style>
a { background-color: #DBEDB4; }
a { background-color: rgb(219,237,180); }
div.DivClassName
{
background-color: #DBEDB4;
}
.BgClassName
{
background-color: #DBEDB4;
}
</style>
border-color css
<style>
span { border-color: #DBEDB4; }
span { border-color: rgb(219,237,180); }
td.TdClassName
{
border-color: #DBEDB4;
}
.TagClassName
{
border-color: #DBEDB4;
}
</style>