#DECEAD

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

Shades of Spanish White #DECEAD

Tints of Spanish White #DECEAD

Color information

#DECEAD (or 0xDECEAD) is unknown color: approx Spanish White. HEX triplet: DE, CE and AD. RGB value is (222,206,173). Sum of RGB (Red+Green+Blue) = 222+206+173=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECEAD is #213152. Grayscale: #CFCFCF. Windows color (decimal): -2175315 or 11390686. OLE color: 11390686.

HSL color Cylindrical-coordinate representation of color #DECEAD: hue angle of 40.41º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DECEAD is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222206173-
CMYK00.070.220.13
HSL40.41º42.61%77.45%-
HSV(B)40.41º22.07%87.06%-
XYZ59.7462.6948.49-
YUV207.02108.8138.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=36.94%
G=34.28%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220617300.070.220.1340.4142.6177.45
HexDECEAD0716D282b4d
Octal3363162550726155053115
Binary11011110110011101010110101111011011011010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEAD; }

 p { color: rgb(222,206,173); }

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

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

 a { background-color: rgb(222,206,173); }

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

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

 span { border-color: rgb(222,206,173); }

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