Shades of Reef #DBFDB3
Tints of Reef #DBFDB3
RGB
CMYK
RGB Variations
Color information
#DBFDB3 (or 0xDBFDB3) is known color: Reef. HEX triplet: DB, FD and B3. RGB value is (219,253,179). Sum of RGB (Red+Green+Blue) = 219+253+179=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDB3 is #24024C. Grayscale: #EAEAEA. Windows color (decimal): -2359885 or 11795931. OLE color: 11795931.
HSL color Cylindrical-coordinate representation of color #DBFDB3: hue angle of 87.57º degrees, saturation: 0.95, 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 #DBFDB3 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 179 | - |
CMYK | 0.13 | 0 | 0.29 | 0.01 |
HSL | 87.57º | 0.95% | 0.85% | - |
HSV(B) | 87.57º | 0.29% | 0.99% | - |
XYZ | 72.48 | 88.57 | 55.92 | - |
YUV | 234.4 | 96.74 | 117.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 179 | 0.13 | 0 | 0.29 | 0.01 | 87.57 | 0.95 | 0.85 |
Hex | DB | FD | B3 | D | 0 | 1D | 1 | 58 | 5F | 55 |
Octal | 333 | 375 | 263 | 15 | 0 | 35 | 1 | 130 | 137 | 125 |
Binary | 11011011 | 11111101 | 10110011 | 1101 | 0 | 11101 | 1 | 1011000 | 1011111 | 1010101 |
Color Harmonies of #DBFDB3
Complementary color
Monochromatic Colors of #DBFDB3
Black with #DBFDB3
Text Example
Text Example
White with #DBFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDB3; }
p { color: rgb(219,253,179); }
H1.HeaderClassName
{
color: #DBFDB3;
}
.AnyTagClassName
{
color: #DBFDB3;
}
</style>
background-color css
<style>
a { background-color: #DBFDB3; }
a { background-color: rgb(219,253,179); }
div.DivClassName
{
background-color: #DBFDB3;
}
.BgClassName
{
background-color: #DBFDB3;
}
</style>
border-color css
<style>
span { border-color: #DBFDB3; }
span { border-color: rgb(219,253,179); }
td.TdClassName
{
border-color: #DBFDB3;
}
.TagClassName
{
border-color: #DBFDB3;
}
</style>