Html Css Color HEX #FFDEB0 Navajo White

📋 copy color: '#FFDEB0'

red 255 ◦ green 222 ◦ blue 176

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

Shades of Navajo White #FFDEB0

Tints of Navajo White #FFDEB0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34%

 BLUE value IS 176 (69.14% from 255) = 26.95%

R = 39.05%
G = 34%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFDEB0 (or 0xFFDEB0) is known color: 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

RGB 255 222 176 -
CMYK 0 0.13 0.31 0
HSL 34.94º 1% 0.85% -
HSV(B) 34.94º 0.31% 1% -
XYZ 75.2 76.64 51.9 -
YUV 226.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 255 222 176 0 0.13 0.31 0 34.94 1 0.85
Hex FF DE B0 0 D 1F 0 23 64 55
Octal 377 336 260 0 15 37 0 43 144 125
Binary 11111111 11011110 10110000 0 1101 11111 0 100011 1100100 1010101

Color Harmonies of #FFDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDEB0

Black with #FFDEB0

Text Example


Text Example

White with #FFDEB0

Text Example


Text Example

HTML Codes & Css Web 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>