#DECBB0

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

Shades of Spanish White #DECBB0

Tints of Spanish White #DECBB0

Color information

#DECBB0 (or 0xDECBB0) is unknown color: approx Spanish White. HEX triplet: DE, CB and B0. RGB value is (222,203,176). Sum of RGB (Red+Green+Blue) = 222+203+176=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECBB0 is #21344F. Grayscale: #CDCDCD. Windows color (decimal): -2176080 or 11586526. OLE color: 11586526.

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

Color convert

RGB222203176-
CMYK00.090.210.13
HSL35.22º41.07%78.04%-
HSV(B)35.22º20.72%87.06%-
XYZ59.3261.3849.79-
YUV205.6111.29139.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 176 (69.14% from 255) = 29.28%
R=36.94%
G=33.78%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220317600.090.210.1335.2241.0778.04
HexDECBB00915D23294e
Octal33631326001125154351116
Binary110111101100101110110000010011010111011000111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBB0; }

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

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

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

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

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

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

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

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