#E2CEB3

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

Shades of Spanish White #E2CEB3

Tints of Spanish White #E2CEB3

Color information

#E2CEB3 (or 0xE2CEB3) is unknown color: approx Spanish White. HEX triplet: E2, CE and B3. RGB value is (226,206,179). Sum of RGB (Red+Green+Blue) = 226+206+179=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CEB3 is #1D314C. Grayscale: #D1D1D1. Windows color (decimal): -1913165 or 11783906. OLE color: 11783906.

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

Color convert

RGB226206179-
CMYK00.090.210.11
HSL34.47º44.76%79.41%-
HSV(B)34.47º20.8%88.63%-
XYZ61.5763.5751.67-
YUV208.9111.13140.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.99%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 179 (70.31% from 255) = 29.30%
R=36.99%
G=33.72%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620617900.090.210.1134.4744.7679.41
HexE2CEB30915B222d4f
Octal34231626301125134255117
Binary111000101100111010110011010011010110111000101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEB3; }

 p { color: rgb(226,206,179); }

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

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

 a { background-color: rgb(226,206,179); }

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

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

 span { border-color: rgb(226,206,179); }

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