Html Css Color HEX #FFDDB7 Sandy Beach

📋 copy color: '#FFDDB7'

red 255 ◦ green 221 ◦ blue 183

#FFDDB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Beach #FFDDB7

Tints of Sandy Beach #FFDDB7

RGB

 RED value IS 255 (100% from 255) = 38.69%

 GREEN value IS 221 (86.72% from 255) = 33.54%

 BLUE value IS 183 (71.88% from 255) = 27.77%

R = 38.69%
G = 33.54%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFDDB7 (or 0xFFDDB7) is known color: Sandy Beach. HEX triplet: FF, DD and B7. RGB value is (255,221,183). Sum of RGB (Red+Green+Blue) = 255+221+183=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 183 (71.88% from 255 or 27.77% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDB7 is #002248. Grayscale: #E3E3E3. Windows color (decimal): -8777 or 12049919. OLE color: 12049919.

HSL color Cylindrical-coordinate representation of color #FFDDB7: hue angle of 31.67º 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 #FFDDB7 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 183 -
CMYK 0 0.13 0.28 0
HSL 31.67º 1% 0.86% -
HSV(B) 31.67º 0.28% 1% -
XYZ 75.64 76.39 55.56 -
YUV 226.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 255 221 183 0 0.13 0.28 0 31.67 1 0.86
Hex FF DD B7 0 D 1C 0 20 64 56
Octal 377 335 267 0 15 34 0 40 144 126
Binary 11111111 11011101 10110111 0 1101 11100 0 100000 1100100 1010110

Color Harmonies of #FFDDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDB7

Black with #FFDDB7

Text Example


Text Example

White with #FFDDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDB7; }

 p { color: rgb(255,221,183); }

 H1.HeaderClassName
 {
   color: #FFDDB7;
 }
 .AnyTagClassName
 {
   color: #FFDDB7;
 }
</style>

background-color css

<style>
 a { background-color: #FFDDB7; }

 a { background-color: rgb(255,221,183); }

 div.DivClassName
 {
   background-color: #FFDDB7;
 }
 .BgClassName
 {
   background-color: #FFDDB7;
 }
</style>

border-color css

<style>
 span { border-color: #FFDDB7; }

 span { border-color: rgb(255,221,183); }

 td.TdClassName
 {
   border-color: #FFDDB7;
 }
 .TagClassName
 {
   border-color: #FFDDB7;
 }
</style>