Shades of Reef #DBFCB3
Tints of Reef #DBFCB3
RGB
CMYK
RGB Variations
Color information
#DBFCB3 (or 0xDBFCB3) is known color: Reef. HEX triplet: DB, FC and B3. RGB value is (219,252,179). Sum of RGB (Red+Green+Blue) = 219+252+179=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 179 (70.31% from 255 or 27.54% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCB3 is #24034C. Grayscale: #EAEAEA. Windows color (decimal): -2360141 or 11795675. OLE color: 11795675.
HSL color Cylindrical-coordinate representation of color #DBFCB3: hue angle of 87.12º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBFCB3 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 179 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.01 |
| HSL | 87.12º | 0.92% | 0.85% | - |
| HSV(B) | 87.12º | 0.29% | 0.99% | - |
| XYZ | 72.16 | 87.94 | 55.82 | - |
| YUV | 233.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 179 | 0.13 | 0 | 0.29 | 0.01 | 87.12 | 0.92 | 0.85 |
| Hex | DB | FC | B3 | D | 0 | 1D | 1 | 57 | 5C | 55 |
| Octal | 333 | 374 | 263 | 15 | 0 | 35 | 1 | 127 | 134 | 125 |
| Binary | 11011011 | 11111100 | 10110011 | 1101 | 0 | 11101 | 1 | 1010111 | 1011100 | 1010101 |
Color Harmonies of #DBFCB3
Complementary color
Monochromatic Colors of #DBFCB3
Black with #DBFCB3
Text Example
Text Example
White with #DBFCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCB3; }
p { color: rgb(219,252,179); }
H1.HeaderClassName
{
color: #DBFCB3;
}
.AnyTagClassName
{
color: #DBFCB3;
}
</style>
background-color css
<style>
a { background-color: #DBFCB3; }
a { background-color: rgb(219,252,179); }
div.DivClassName
{
background-color: #DBFCB3;
}
.BgClassName
{
background-color: #DBFCB3;
}
</style>
border-color css
<style>
span { border-color: #DBFCB3; }
span { border-color: rgb(219,252,179); }
td.TdClassName
{
border-color: #DBFCB3;
}
.TagClassName
{
border-color: #DBFCB3;
}
</style>