#FFDEB0

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

Shades of Navajo White #FFDEB0

Tints of Navajo White #FFDEB0

Color information

#FFDEB0 (or 0xFFDEB0) is unknown color: approx Navajo White. HEX triplet: FF, DE and B0. RGB value is (255,222,176). Sum of RGB (Red+Green+Blue) = 255+222+176=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 176 (69.14% from 255 or 26.95% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDEB0 is #00214F. Grayscale: #E2E2E2. Windows color (decimal): -8528 or 11591423. OLE color: 11591423.

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

Color convert

RGB255222176-
CMYK00.130.310
HSL34.94º100%84.51%-
HSV(B)34.94º30.98%100%-
XYZ75.276.6451.9-
YUV226.6299.43148.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 176 (69.14% from 255) = 26.95%
R=39.05%
G=34.00%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522217600.130.31034.9410084.51
HexFFDEB00D1F0236455
Octal37733626001537043144125
Binary1111111111011110101100000110111111010001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEB0; }

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

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

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

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

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

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

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

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