#FFDEAE

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

Shades of Navajo White #FFDEAE

Tints of Navajo White #FFDEAE

Color information

#FFDEAE (or 0xFFDEAE) is unknown color: approx Navajo White. HEX triplet: FF, DE and AE. RGB value is (255,222,174). Sum of RGB (Red+Green+Blue) = 255+222+174=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDEAE is #002151. Grayscale: #E2E2E2. Windows color (decimal): -8530 or 11460351. OLE color: 11460351.

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

Color convert

RGB255222174-
CMYK00.130.320
HSL35.56º100%84.12%-
HSV(B)35.56º31.76%100%-
XYZ7576.5650.87-
YUV226.498.43148.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 174 (68.36% from 255) = 26.73%
R=39.17%
G=34.10%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522217400.130.32035.5610084.12
HexFFDEAE0D200246454
Octal37733625601540044144124
Binary11111111110111101010111001101100000010010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEAE; }

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

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

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

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

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

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

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

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