#DECDB4

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

Shades of Spanish White #DECDB4

Tints of Spanish White #DECDB4

Color information

#DECDB4 (or 0xDECDB4) is unknown color: approx Spanish White. HEX triplet: DE, CD and B4. RGB value is (222,205,180). Sum of RGB (Red+Green+Blue) = 222+205+180=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDB4 is #21324B. Grayscale: #CFCFCF. Windows color (decimal): -2175564 or 11849182. OLE color: 11849182.

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

Color convert

RGB222205180-
CMYK00.080.190.13
HSL35.71º38.89%78.82%-
HSV(B)35.71º18.92%87.06%-
XYZ60.1962.4952.07-
YUV207.23112.63138.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=36.57%
G=33.77%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220518000.080.190.1335.7138.8978.82
HexDECDB40813D24274f
Octal33631526401023154447117
Binary110111101100110110110100010001001111011001001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDB4; }

 p { color: rgb(222,205,180); }

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

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

 a { background-color: rgb(222,205,180); }

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

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

 span { border-color: rgb(222,205,180); }

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