Shades of Sandy Beach #FFDBB8
Tints of Sandy Beach #FFDBB8
RGB
CMYK
RGB Variations
Color information
#FFDBB8 (or 0xFFDBB8) is known color: Sandy Beach. HEX triplet: FF, DB and B8. RGB value is (255,219,184). Sum of RGB (Red+Green+Blue) = 255+219+184=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 184 (72.27% from 255 or 27.96% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBB8 is #002447. Grayscale: #E1E1E1. Windows color (decimal): -9288 or 12114943. OLE color: 12114943.
HSL color Cylindrical-coordinate representation of color #FFDBB8: hue angle of 29.58º 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 #FFDBB8 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 184 | - |
| CMYK | 0 | 0.14 | 0.28 | 0 |
| HSL | 29.58º | 1% | 0.86% | - |
| HSV(B) | 29.58º | 0.28% | 1% | - |
| XYZ | 75.22 | 75.38 | 55.93 | - |
| YUV | 225.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 184 | 0 | 0.14 | 0.28 | 0 | 29.58 | 1 | 0.86 |
| Hex | FF | DB | B8 | 0 | E | 1C | 0 | 1E | 64 | 56 |
| Octal | 377 | 333 | 270 | 0 | 16 | 34 | 0 | 36 | 144 | 126 |
| Binary | 11111111 | 11011011 | 10111000 | 0 | 1110 | 11100 | 0 | 11110 | 1100100 | 1010110 |
Color Harmonies of #FFDBB8
Complementary color
Monochromatic Colors of #FFDBB8
Black with #FFDBB8
Text Example
Text Example
White with #FFDBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBB8; }
p { color: rgb(255,219,184); }
H1.HeaderClassName
{
color: #FFDBB8;
}
.AnyTagClassName
{
color: #FFDBB8;
}
</style>
background-color css
<style>
a { background-color: #FFDBB8; }
a { background-color: rgb(255,219,184); }
div.DivClassName
{
background-color: #FFDBB8;
}
.BgClassName
{
background-color: #FFDBB8;
}
</style>
border-color css
<style>
span { border-color: #FFDBB8; }
span { border-color: rgb(255,219,184); }
td.TdClassName
{
border-color: #FFDBB8;
}
.TagClassName
{
border-color: #FFDBB8;
}
</style>