#DECBB2

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

Shades of Spanish White #DECBB2

Tints of Spanish White #DECBB2

Color information

#DECBB2 (or 0xDECBB2) is unknown color: approx Spanish White. HEX triplet: DE, CB and B2. RGB value is (222,203,178). Sum of RGB (Red+Green+Blue) = 222+203+178=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECBB2 is #21344D. Grayscale: #CDCDCD. Windows color (decimal): -2176078 or 11717598. OLE color: 11717598.

HSL color Cylindrical-coordinate representation of color #DECBB2: hue angle of 34.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DECBB2 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222203178-
CMYK00.090.200.13
HSL34.09º40%78.43%-
HSV(B)34.09º19.82%87.06%-
XYZ59.5261.4650.84-
YUV205.83112.29139.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 178 (69.92% from 255) = 29.52%
R=36.82%
G=33.67%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220317800.090.200.1334.094078.43
HexDECBB20914D22284e
Octal33631326201124154250116
Binary110111101100101110110010010011010011011000101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBB2; }

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

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

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

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

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

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

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

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