#E1CFB6

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

Shades of Spanish White #E1CFB6

Tints of Spanish White #E1CFB6

Color information

#E1CFB6 (or 0xE1CFB6) is unknown color: approx Spanish White. HEX triplet: E1, CF and B6. RGB value is (225,207,182). Sum of RGB (Red+Green+Blue) = 225+207+182=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFB6 is #1E3049. Grayscale: #D1D1D1. Windows color (decimal): -1978442 or 11980769. OLE color: 11980769.

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

Color convert

RGB225207182-
CMYK00.080.190.12
HSL34.88º41.75%79.8%-
HSV(B)34.88º19.11%88.24%-
XYZ61.8164.0153.35-
YUV209.53112.46139.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 182 (71.48% from 255) = 29.64%
R=36.64%
G=33.71%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520718200.080.190.1234.8841.7579.8
HexE1CFB60813C232a50
Octal34131726601023144352120
Binary111000011100111110110110010001001111001000111010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFB6; }

 p { color: rgb(225,207,182); }

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

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

 a { background-color: rgb(225,207,182); }

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

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

 span { border-color: rgb(225,207,182); }

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