#E1CDB3

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

Shades of Spanish White #E1CDB3

Tints of Spanish White #E1CDB3

Color information

#E1CDB3 (or 0xE1CDB3) is unknown color: approx Spanish White. HEX triplet: E1, CD and B3. RGB value is (225,205,179). Sum of RGB (Red+Green+Blue) = 225+205+179=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDB3 is #1E324C. Grayscale: #D0D0D0. Windows color (decimal): -1978957 or 11783649. OLE color: 11783649.

HSL color Cylindrical-coordinate representation of color #E1CDB3: hue angle of 33.91º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1CDB3 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB225205179-
CMYK00.090.200.12
HSL33.91º43.4%79.22%-
HSV(B)33.91º20.44%88.24%-
XYZ61.0262.9251.58-
YUV208.02111.63140.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 179 (70.31% from 255) = 29.39%
R=36.95%
G=33.66%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520517900.090.200.1233.9143.479.22
HexE1CDB30914C222b4f
Octal34131526301124144253117
Binary111000011100110110110011010011010011001000101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDB3; }

 p { color: rgb(225,205,179); }

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

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

 a { background-color: rgb(225,205,179); }

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

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

 span { border-color: rgb(225,205,179); }

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