Shades of Sandy Beach #FFDBB3
Tints of Sandy Beach #FFDBB3
RGB
CMYK
RGB Variations
Color information
#FFDBB3 (or 0xFFDBB3) is known color: Sandy Beach. HEX triplet: FF, DB and B3. RGB value is (255,219,179). Sum of RGB (Red+Green+Blue) = 255+219+179=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 179 (70.31% from 255 or 27.41% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBB3 is #00244C. Grayscale: #E1E1E1. Windows color (decimal): -9293 or 11787263. OLE color: 11787263.
HSL color Cylindrical-coordinate representation of color #FFDBB3: hue angle of 31.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFDBB3 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 179 | - |
| CMYK | 0 | 0.14 | 0.30 | 0 |
| HSL | 31.58º | 1% | 0.85% | - |
| HSV(B) | 31.58º | 0.3% | 1% | - |
| XYZ | 74.71 | 75.18 | 53.22 | - |
| YUV | 225.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 179 | 0 | 0.14 | 0.30 | 0 | 31.58 | 1 | 0.85 |
| Hex | FF | DB | B3 | 0 | E | 1E | 0 | 20 | 64 | 55 |
| Octal | 377 | 333 | 263 | 0 | 16 | 36 | 0 | 40 | 144 | 125 |
| Binary | 11111111 | 11011011 | 10110011 | 0 | 1110 | 11110 | 0 | 100000 | 1100100 | 1010101 |
Color Harmonies of #FFDBB3
Complementary color
Monochromatic Colors of #FFDBB3
Black with #FFDBB3
Text Example
Text Example
White with #FFDBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBB3; }
p { color: rgb(255,219,179); }
H1.HeaderClassName
{
color: #FFDBB3;
}
.AnyTagClassName
{
color: #FFDBB3;
}
</style>
background-color css
<style>
a { background-color: #FFDBB3; }
a { background-color: rgb(255,219,179); }
div.DivClassName
{
background-color: #FFDBB3;
}
.BgClassName
{
background-color: #FFDBB3;
}
</style>
border-color css
<style>
span { border-color: #FFDBB3; }
span { border-color: rgb(255,219,179); }
td.TdClassName
{
border-color: #FFDBB3;
}
.TagClassName
{
border-color: #FFDBB3;
}
</style>