#FFDEAD

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

Shades of NavajoWhite #FFDEAD

Tints of NavajoWhite #FFDEAD

Color information

#FFDEAD (or 0xFFDEAD) is known color: NavajoWhite. HEX triplet: FF, DE and AD. RGB value is (255,222,173). Sum of RGB (Red+Green+Blue) = 255+222+173=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDEAD is #002152. Grayscale: #E2E2E2. Windows color (decimal): -8531 or 11394815. OLE color: 11394815.

HSL color Cylindrical-coordinate representation of color #FFDEAD: hue angle of 35.85º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFDEAD is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255222173-
CMYK00.130.320
HSL35.85º100%83.92%-
HSV(B)35.85º32.16%100%-
XYZ74.976.5250.36-
YUV226.2897.93148.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 173 (67.97% from 255) = 26.62%
R=39.23%
G=34.15%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522217300.130.32035.8510083.92
HexFFDEAD0D200246454
Octal37733625501540044144124
Binary11111111110111101010110101101100000010010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEAD; }

 p { color: rgb(255,222,173); }

 H1.HeaderClassName
 {
   color: #FFDEAD;
 }
 .AnyTagClassName
 {
   color: #FFDEAD;
 }
</style>
background-color css

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

 a { background-color: rgb(255,222,173); }

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

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

 span { border-color: rgb(255,222,173); }

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