Shades of Reef #DBEEAA
Tints of Reef #DBEEAA
RGB
CMYK
RGB Variations
Color information
#DBEEAA (or 0xDBEEAA) is known color: Reef. HEX triplet: DB, EE and AA. RGB value is (219,238,170). Sum of RGB (Red+Green+Blue) = 219+238+170=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEAA is #241155. Grayscale: #E0E0E0. Windows color (decimal): -2363734 or 11202267. OLE color: 11202267.
HSL color Cylindrical-coordinate representation of color #DBEEAA: hue angle of 76.76º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBEEAA is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 170 | - |
CMYK | 0.08 | 0 | 0.29 | 0.07 |
HSL | 76.76º | 0.67% | 0.8% | - |
HSV(B) | 76.76º | 0.29% | 0.93% | - |
XYZ | 67.04 | 79.11 | 49.77 | - |
YUV | 224.57 | 97.21 | 124.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 170 | 0.08 | 0 | 0.29 | 0.07 | 76.76 | 0.67 | 0.8 |
Hex | DB | EE | AA | 8 | 0 | 1D | 7 | 4D | 43 | 50 |
Octal | 333 | 356 | 252 | 10 | 0 | 35 | 7 | 115 | 103 | 120 |
Binary | 11011011 | 11101110 | 10101010 | 1000 | 0 | 11101 | 111 | 1001101 | 1000011 | 1010000 |
Color Harmonies of #DBEEAA
Complementary color
Monochromatic Colors of #DBEEAA
Black with #DBEEAA
Text Example
Text Example
White with #DBEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEAA; }
p { color: rgb(219,238,170); }
H1.HeaderClassName
{
color: #DBEEAA;
}
.AnyTagClassName
{
color: #DBEEAA;
}
</style>
background-color css
<style>
a { background-color: #DBEEAA; }
a { background-color: rgb(219,238,170); }
div.DivClassName
{
background-color: #DBEEAA;
}
.BgClassName
{
background-color: #DBEEAA;
}
</style>
border-color css
<style>
span { border-color: #DBEEAA; }
span { border-color: rgb(219,238,170); }
td.TdClassName
{
border-color: #DBEEAA;
}
.TagClassName
{
border-color: #DBEEAA;
}
</style>