Shades of Sandy Beach #FFDDB6
Tints of Sandy Beach #FFDDB6
RGB
CMYK
RGB Variations
Color information
#FFDDB6 (or 0xFFDDB6) is known color: Sandy Beach. HEX triplet: FF, DD and B6. RGB value is (255,221,182). Sum of RGB (Red+Green+Blue) = 255+221+182=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 182 (71.48% from 255 or 27.66% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDB6 is #002249. Grayscale: #E2E2E2. Windows color (decimal): -8778 or 11984383. OLE color: 11984383.
HSL color Cylindrical-coordinate representation of color #FFDDB6: hue angle of 32.05º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFDDB6 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 182 | - |
| CMYK | 0 | 0.13 | 0.29 | 0 |
| HSL | 32.05º | 1% | 0.86% | - |
| HSV(B) | 32.05º | 0.29% | 1% | - |
| XYZ | 75.54 | 76.35 | 55.01 | - |
| YUV | 226.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 182 | 0 | 0.13 | 0.29 | 0 | 32.05 | 1 | 0.86 |
| Hex | FF | DD | B6 | 0 | D | 1D | 0 | 20 | 64 | 56 |
| Octal | 377 | 335 | 266 | 0 | 15 | 35 | 0 | 40 | 144 | 126 |
| Binary | 11111111 | 11011101 | 10110110 | 0 | 1101 | 11101 | 0 | 100000 | 1100100 | 1010110 |
Color Harmonies of #FFDDB6
Complementary color
Monochromatic Colors of #FFDDB6
Black with #FFDDB6
Text Example
Text Example
White with #FFDDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDB6; }
p { color: rgb(255,221,182); }
H1.HeaderClassName
{
color: #FFDDB6;
}
.AnyTagClassName
{
color: #FFDDB6;
}
</style>
background-color css
<style>
a { background-color: #FFDDB6; }
a { background-color: rgb(255,221,182); }
div.DivClassName
{
background-color: #FFDDB6;
}
.BgClassName
{
background-color: #FFDDB6;
}
</style>
border-color css
<style>
span { border-color: #FFDDB6; }
span { border-color: rgb(255,221,182); }
td.TdClassName
{
border-color: #FFDDB6;
}
.TagClassName
{
border-color: #FFDDB6;
}
</style>