#DECBB6

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

Shades of Spanish White #DECBB6

Tints of Spanish White #DECBB6

Color information

#DECBB6 (or 0xDECBB6) is unknown color: approx Spanish White. HEX triplet: DE, CB and B6. RGB value is (222,203,182). Sum of RGB (Red+Green+Blue) = 222+203+182=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBB6 is #213449. Grayscale: #CECECE. Windows color (decimal): -2176074 or 11979742. OLE color: 11979742.

HSL color Cylindrical-coordinate representation of color #DECBB6: hue angle of 31.5º 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 #DECBB6 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222203182-
CMYK00.090.180.13
HSL31.5º37.74%79.22%-
HSV(B)31.5º18.02%87.06%-
XYZ59.9261.6252.99-
YUV206.29114.29139.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=36.57%
G=33.44%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220318200.090.180.1331.537.7479.22
HexDECBB60912D20264f
Octal33631326601122154046117
Binary110111101100101110110110010011001011011000001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBB6; }

 p { color: rgb(222,203,182); }

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

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

 a { background-color: rgb(222,203,182); }

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

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

 span { border-color: rgb(222,203,182); }

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