#DECCB0

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

Shades of Spanish White #DECCB0

Tints of Spanish White #DECCB0

Color information

#DECCB0 (or 0xDECCB0) is unknown color: approx Spanish White. HEX triplet: DE, CC and B0. RGB value is (222,204,176). Sum of RGB (Red+Green+Blue) = 222+204+176=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCB0 is #21334F. Grayscale: #CECECE. Windows color (decimal): -2175824 or 11586782. OLE color: 11586782.

HSL color Cylindrical-coordinate representation of color #DECCB0: hue angle of 36.52º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DECCB0 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB222204176-
CMYK00.080.210.13
HSL36.52º41.07%78.04%-
HSV(B)36.52º20.72%87.06%-
XYZ59.5561.8549.87-
YUV206.19110.96139.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 176 (69.14% from 255) = 29.24%
R=36.88%
G=33.89%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220417600.080.210.1336.5241.0778.04
HexDECCB00815D25294e
Octal33631426001025154551116
Binary110111101100110010110000010001010111011001011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCB0; }

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

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

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

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

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

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

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

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