#E1CDB0

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

Shades of Spanish White #E1CDB0

Tints of Spanish White #E1CDB0

Color information

#E1CDB0 (or 0xE1CDB0) is unknown color: approx Spanish White. HEX triplet: E1, CD and B0. RGB value is (225,205,176). Sum of RGB (Red+Green+Blue) = 225+205+176=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CDB0 is #1E324F. Grayscale: #CFCFCF. Windows color (decimal): -1978960 or 11587041. OLE color: 11587041.

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

Color convert

RGB225205176-
CMYK00.090.220.12
HSL35.51º44.95%78.63%-
HSV(B)35.51º21.78%88.24%-
XYZ60.7262.850-
YUV207.67110.13140.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 176 (69.14% from 255) = 29.04%
R=37.13%
G=33.83%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520517600.090.220.1235.5144.9578.63
HexE1CDB00916C242d4f
Octal34131526001126144455117
Binary111000011100110110110000010011011011001001001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDB0; }

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

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

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

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

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

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

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

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