Shades of Sandy Beach #FFDDB5
Tints of Sandy Beach #FFDDB5
RGB
CMYK
RGB Variations
Color information
#FFDDB5 (or 0xFFDDB5) is known color: Sandy Beach. HEX triplet: FF, DD and B5. RGB value is (255,221,181). Sum of RGB (Red+Green+Blue) = 255+221+181=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 181 (71.09% from 255 or 27.55% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDB5 is #00224A. Grayscale: #E2E2E2. Windows color (decimal): -8779 or 11918847. OLE color: 11918847.
HSL color Cylindrical-coordinate representation of color #FFDDB5: hue angle of 32.43º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFDDB5 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 181 | - |
| CMYK | 0 | 0.13 | 0.29 | 0 |
| HSL | 32.43º | 1% | 0.85% | - |
| HSV(B) | 32.43º | 0.29% | 1% | - |
| XYZ | 75.44 | 76.31 | 54.47 | - |
| YUV | 226.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 181 | 0 | 0.13 | 0.29 | 0 | 32.43 | 1 | 0.85 |
| Hex | FF | DD | B5 | 0 | D | 1D | 0 | 20 | 64 | 55 |
| Octal | 377 | 335 | 265 | 0 | 15 | 35 | 0 | 40 | 144 | 125 |
| Binary | 11111111 | 11011101 | 10110101 | 0 | 1101 | 11101 | 0 | 100000 | 1100100 | 1010101 |
Color Harmonies of #FFDDB5
Complementary color
Monochromatic Colors of #FFDDB5
Black with #FFDDB5
Text Example
Text Example
White with #FFDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDB5; }
p { color: rgb(255,221,181); }
H1.HeaderClassName
{
color: #FFDDB5;
}
.AnyTagClassName
{
color: #FFDDB5;
}
</style>
background-color css
<style>
a { background-color: #FFDDB5; }
a { background-color: rgb(255,221,181); }
div.DivClassName
{
background-color: #FFDDB5;
}
.BgClassName
{
background-color: #FFDDB5;
}
</style>
border-color css
<style>
span { border-color: #FFDDB5; }
span { border-color: rgb(255,221,181); }
td.TdClassName
{
border-color: #FFDDB5;
}
.TagClassName
{
border-color: #FFDDB5;
}
</style>