Shades of Sandy Beach #FFDDB4
Tints of Sandy Beach #FFDDB4
RGB
CMYK
RGB Variations
Color information
#FFDDB4 (or 0xFFDDB4) is known color: Sandy Beach. HEX triplet: FF, DD and B4. RGB value is (255,221,180). Sum of RGB (Red+Green+Blue) = 255+221+180=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDB4 is #00224B. Grayscale: #E2E2E2. Windows color (decimal): -8780 or 11853311. OLE color: 11853311.
HSL color Cylindrical-coordinate representation of color #FFDDB4: hue angle of 32.8º 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 #FFDDB4 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 180 | - |
| CMYK | 0 | 0.13 | 0.29 | 0 |
| HSL | 32.8º | 1% | 0.85% | - |
| HSV(B) | 32.8º | 0.29% | 1% | - |
| XYZ | 75.33 | 76.27 | 53.93 | - |
| YUV | 226.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 180 | 0 | 0.13 | 0.29 | 0 | 32.8 | 1 | 0.85 |
| Hex | FF | DD | B4 | 0 | D | 1D | 0 | 21 | 64 | 55 |
| Octal | 377 | 335 | 264 | 0 | 15 | 35 | 0 | 41 | 144 | 125 |
| Binary | 11111111 | 11011101 | 10110100 | 0 | 1101 | 11101 | 0 | 100001 | 1100100 | 1010101 |
Color Harmonies of #FFDDB4
Complementary color
Monochromatic Colors of #FFDDB4
Black with #FFDDB4
Text Example
Text Example
White with #FFDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDB4; }
p { color: rgb(255,221,180); }
H1.HeaderClassName
{
color: #FFDDB4;
}
.AnyTagClassName
{
color: #FFDDB4;
}
</style>
background-color css
<style>
a { background-color: #FFDDB4; }
a { background-color: rgb(255,221,180); }
div.DivClassName
{
background-color: #FFDDB4;
}
.BgClassName
{
background-color: #FFDDB4;
}
</style>
border-color css
<style>
span { border-color: #FFDDB4; }
span { border-color: rgb(255,221,180); }
td.TdClassName
{
border-color: #FFDDB4;
}
.TagClassName
{
border-color: #FFDDB4;
}
</style>