#E1CEAF

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

Shades of Spanish White #E1CEAF

Tints of Spanish White #E1CEAF

Color information

#E1CEAF (or 0xE1CEAF) is unknown color: approx Spanish White. HEX triplet: E1, CE and AF. RGB value is (225,206,175). Sum of RGB (Red+Green+Blue) = 225+206+175=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CEAF is #1E3150. Grayscale: #D0D0D0. Windows color (decimal): -1978705 or 11521761. OLE color: 11521761.

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

Color convert

RGB225206175-
CMYK00.080.220.12
HSL37.2º45.45%78.43%-
HSV(B)37.2º22.22%88.24%-
XYZ60.8663.2549.56-
YUV208.15109.29140.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=37.13%
G=33.99%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520617500.080.220.1237.245.4578.43
HexE1CEAF0816C252d4e
Octal34131625701026144555116
Binary111000011100111010101111010001011011001001011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CEAF; }

 p { color: rgb(225,206,175); }

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

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

 a { background-color: rgb(225,206,175); }

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

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

 span { border-color: rgb(225,206,175); }

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