Shades of Reef #DBFCB2
Tints of Reef #DBFCB2
RGB
CMYK
RGB Variations
Color information
#DBFCB2 (or 0xDBFCB2) is known color: Reef. HEX triplet: DB, FC and B2. RGB value is (219,252,178). Sum of RGB (Red+Green+Blue) = 219+252+178=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 178 (69.92% from 255 or 27.43% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFCB2 is #24034D. Grayscale: #E9E9E9. Windows color (decimal): -2360142 or 11730139. OLE color: 11730139.
HSL color Cylindrical-coordinate representation of color #DBFCB2: hue angle of 86.76º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBFCB2 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 178 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.01 |
| HSL | 86.76º | 0.93% | 0.84% | - |
| HSV(B) | 86.76º | 0.29% | 0.99% | - |
| XYZ | 72.06 | 87.9 | 55.29 | - |
| YUV | 233.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 178 | 0.13 | 0 | 0.29 | 0.01 | 86.76 | 0.93 | 0.84 |
| Hex | DB | FC | B2 | D | 0 | 1D | 1 | 57 | 5C | 54 |
| Octal | 333 | 374 | 262 | 15 | 0 | 35 | 1 | 127 | 134 | 124 |
| Binary | 11011011 | 11111100 | 10110010 | 1101 | 0 | 11101 | 1 | 1010111 | 1011100 | 1010100 |
Color Harmonies of #DBFCB2
Complementary color
Monochromatic Colors of #DBFCB2
Black with #DBFCB2
Text Example
Text Example
White with #DBFCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCB2; }
p { color: rgb(219,252,178); }
H1.HeaderClassName
{
color: #DBFCB2;
}
.AnyTagClassName
{
color: #DBFCB2;
}
</style>
background-color css
<style>
a { background-color: #DBFCB2; }
a { background-color: rgb(219,252,178); }
div.DivClassName
{
background-color: #DBFCB2;
}
.BgClassName
{
background-color: #DBFCB2;
}
</style>
border-color css
<style>
span { border-color: #DBFCB2; }
span { border-color: rgb(219,252,178); }
td.TdClassName
{
border-color: #DBFCB2;
}
.TagClassName
{
border-color: #DBFCB2;
}
</style>