#FFDEB3

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

Shades of Navajo White #FFDEB3

Tints of Navajo White #FFDEB3

Color information

#FFDEB3 (or 0xFFDEB3) is unknown color: approx Navajo White. HEX triplet: FF, DE and B3. RGB value is (255,222,179). Sum of RGB (Red+Green+Blue) = 255+222+179=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 179 (70.31% from 255 or 27.29% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEB3 is #00214C. Grayscale: #E3E3E3. Windows color (decimal): -8525 or 11788031. OLE color: 11788031.

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

Color convert

RGB255222179-
CMYK00.130.300
HSL33.95º100%85.1%-
HSV(B)33.95º29.8%100%-
XYZ75.576.7653.48-
YUV226.96100.93148-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 179 (70.31% from 255) = 27.29%
R=38.87%
G=33.84%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522217900.130.30033.9510085.1
HexFFDEB30D1E0226455
Octal37733626301536042144125
Binary1111111111011110101100110110111110010001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEB3; }

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

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

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

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

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

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

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

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