#DECEB5

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

Shades of Spanish White #DECEB5

Tints of Spanish White #DECEB5

Color information

#DECEB5 (or 0xDECEB5) is unknown color: approx Spanish White. HEX triplet: DE, CE and B5. RGB value is (222,206,181). Sum of RGB (Red+Green+Blue) = 222+206+181=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEB5 is #21314A. Grayscale: #D0D0D0. Windows color (decimal): -2175307 or 11914974. OLE color: 11914974.

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

Color convert

RGB222206181-
CMYK00.070.180.13
HSL36.59º38.32%79.02%-
HSV(B)36.59º18.47%87.06%-
XYZ60.5463.0152.69-
YUV207.93112.8138.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 181 (71.09% from 255) = 29.72%
R=36.45%
G=33.83%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220618100.070.180.1336.5938.3279.02
HexDECEB50712D25264f
Octal3363162650722154546117
Binary11011110110011101011010101111001011011001011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEB5; }

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

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

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

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

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

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

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

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