#DECDB6

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

Shades of Spanish White #DECDB6

Tints of Spanish White #DECDB6

Color information

#DECDB6 (or 0xDECDB6) is unknown color: approx Spanish White. HEX triplet: DE, CD and B6. RGB value is (222,205,182). Sum of RGB (Red+Green+Blue) = 222+205+182=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDB6 is #213249. Grayscale: #CFCFCF. Windows color (decimal): -2175562 or 11980254. OLE color: 11980254.

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

Color convert

RGB222205182-
CMYK00.080.180.13
HSL34.5º37.74%79.22%-
HSV(B)34.5º18.02%87.06%-
XYZ60.462.5753.15-
YUV207.46113.63138.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=36.45%
G=33.66%
B=29.89%

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
Decimal22220518200.080.180.1334.537.7479.22
HexDECDB60812D23264f
Octal33631526601022154346117
Binary110111101100110110110110010001001011011000111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDB6; }

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

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

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

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

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

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

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

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