Shades of Sandy Beach #FFDBB7
Tints of Sandy Beach #FFDBB7
RGB
CMYK
RGB Variations
Color information
#FFDBB7 (or 0xFFDBB7) is known color: Sandy Beach. HEX triplet: FF, DB and B7. RGB value is (255,219,183). Sum of RGB (Red+Green+Blue) = 255+219+183=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 183 (71.88% from 255 or 27.85% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBB7 is #002448. Grayscale: #E1E1E1. Windows color (decimal): -9289 or 12049407. OLE color: 12049407.
HSL color Cylindrical-coordinate representation of color #FFDBB7: hue angle of 30º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFDBB7 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 183 | - |
| CMYK | 0 | 0.14 | 0.28 | 0 |
| HSL | 30º | 1% | 0.86% | - |
| HSV(B) | 30º | 0.28% | 1% | - |
| XYZ | 75.12 | 75.34 | 55.38 | - |
| YUV | 225.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 183 | 0 | 0.14 | 0.28 | 0 | 30 | 1 | 0.86 |
| Hex | FF | DB | B7 | 0 | E | 1C | 0 | 1E | 64 | 56 |
| Octal | 377 | 333 | 267 | 0 | 16 | 34 | 0 | 36 | 144 | 126 |
| Binary | 11111111 | 11011011 | 10110111 | 0 | 1110 | 11100 | 0 | 11110 | 1100100 | 1010110 |
Color Harmonies of #FFDBB7
Complementary color
Monochromatic Colors of #FFDBB7
Black with #FFDBB7
Text Example
Text Example
White with #FFDBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBB7; }
p { color: rgb(255,219,183); }
H1.HeaderClassName
{
color: #FFDBB7;
}
.AnyTagClassName
{
color: #FFDBB7;
}
</style>
background-color css
<style>
a { background-color: #FFDBB7; }
a { background-color: rgb(255,219,183); }
div.DivClassName
{
background-color: #FFDBB7;
}
.BgClassName
{
background-color: #FFDBB7;
}
</style>
border-color css
<style>
span { border-color: #FFDBB7; }
span { border-color: rgb(255,219,183); }
td.TdClassName
{
border-color: #FFDBB7;
}
.TagClassName
{
border-color: #FFDBB7;
}
</style>