Shades of Reef #DBF4B4
Tints of Reef #DBF4B4
RGB
CMYK
RGB Variations
Color information
#DBF4B4 (or 0xDBF4B4) is known color: Reef. HEX triplet: DB, F4 and B4. RGB value is (219,244,180). Sum of RGB (Red+Green+Blue) = 219+244+180=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF4B4 is #240B4B. Grayscale: #E5E5E5. Windows color (decimal): -2362188 or 11859163. OLE color: 11859163.
HSL color Cylindrical-coordinate representation of color #DBF4B4: hue angle of 83.44º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBF4B4 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 180 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.04 |
| HSL | 83.44º | 0.74% | 0.83% | - |
| HSV(B) | 83.44º | 0.26% | 0.96% | - |
| XYZ | 69.8 | 83.06 | 55.53 | - |
| YUV | 229.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 180 | 0.10 | 0 | 0.26 | 0.04 | 83.44 | 0.74 | 0.83 |
| Hex | DB | F4 | B4 | A | 0 | 1A | 4 | 53 | 4A | 53 |
| Octal | 333 | 364 | 264 | 12 | 0 | 32 | 4 | 123 | 112 | 123 |
| Binary | 11011011 | 11110100 | 10110100 | 1010 | 0 | 11010 | 100 | 1010011 | 1001010 | 1010011 |
Color Harmonies of #DBF4B4
Complementary color
Monochromatic Colors of #DBF4B4
Black with #DBF4B4
Text Example
Text Example
White with #DBF4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4B4; }
p { color: rgb(219,244,180); }
H1.HeaderClassName
{
color: #DBF4B4;
}
.AnyTagClassName
{
color: #DBF4B4;
}
</style>
background-color css
<style>
a { background-color: #DBF4B4; }
a { background-color: rgb(219,244,180); }
div.DivClassName
{
background-color: #DBF4B4;
}
.BgClassName
{
background-color: #DBF4B4;
}
</style>
border-color css
<style>
span { border-color: #DBF4B4; }
span { border-color: rgb(219,244,180); }
td.TdClassName
{
border-color: #DBF4B4;
}
.TagClassName
{
border-color: #DBF4B4;
}
</style>