#DECCB6

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

Shades of Spanish White #DECCB6

Tints of Spanish White #DECCB6

Color information

#DECCB6 (or 0xDECCB6) is unknown color: approx Spanish White. HEX triplet: DE, CC and B6. RGB value is (222,204,182). Sum of RGB (Red+Green+Blue) = 222+204+182=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCB6 is #213349. Grayscale: #CECECE. Windows color (decimal): -2175818 or 11979998. OLE color: 11979998.

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

Color convert

RGB222204182-
CMYK00.080.180.13
HSL33º37.74%79.22%-
HSV(B)33º18.02%87.06%-
XYZ60.1662.0953.07-
YUV206.87113.96138.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.51%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 182 (71.48% from 255) = 29.93%
R=36.51%
G=33.55%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220418200.080.180.133337.7479.22
HexDECCB60812D21264f
Octal33631426601022154146117
Binary110111101100110010110110010001001011011000011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCB6; }

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

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

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

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

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

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

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

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