#FFDDB6

Color #FFDDB6 Sandy Beach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Beach #FFDDB6

Tints of Sandy Beach #FFDDB6

Color information

#FFDDB6 (or 0xFFDDB6) is unknown color: approx 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

RGB255221182-
CMYK00.130.290
HSL32.05º100%85.69%-
HSV(B)32.05º28.63%100%-
XYZ75.5476.3555.01-
YUV226.72102.76148.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 38.75%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 182 (71.48% from 255) = 27.66%
R=38.75%
G=33.59%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522118200.130.29032.0510085.69
HexFFDDB60D1D0206456
Octal37733526601535040144126
Binary1111111111011101101101100110111101010000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>