Shades of NavajoWhite #FFDEAD
Tints of NavajoWhite #FFDEAD
RGB
CMYK
RGB Variations
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
RGB | 255 | 222 | 173 | - |
CMYK | 0 | 0.13 | 0.32 | 0 |
HSL | 35.85º | 1% | 0.84% | - |
HSV(B) | 35.85º | 0.32% | 1% | - |
XYZ | 74.9 | 76.52 | 50.36 | - |
YUV | 226.28 | 97.93 | 148.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 222 | 173 | 0 | 0.13 | 0.32 | 0 | 35.85 | 1 | 0.84 |
Hex | FF | DE | AD | 0 | D | 20 | 0 | 24 | 64 | 54 |
Octal | 377 | 336 | 255 | 0 | 15 | 40 | 0 | 44 | 144 | 124 |
Binary | 11111111 | 11011110 | 10101101 | 0 | 1101 | 100000 | 0 | 100100 | 1100100 | 1010100 |
Color Harmonies of #FFDEAD
Complementary color
Monochromatic Colors of #FFDEAD
Black with #FFDEAD
Text Example
Text Example
White with #FFDEAD
Text Example
Text Example
HTML Codes & Css Web 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>