#E2D6C1

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

Shades of Half Spanish White #E2D6C1

Tints of Half Spanish White #E2D6C1

Color information

#E2D6C1 (or 0xE2D6C1) is unknown color: approx Half Spanish White. HEX triplet: E2, D6 and C1. RGB value is (226,214,193). Sum of RGB (Red+Green+Blue) = 226+214+193=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6C1 is #1D293E. Grayscale: #D7D7D7. Windows color (decimal): -1911103 or 12703458. OLE color: 12703458.

HSL color Cylindrical-coordinate representation of color #E2D6C1: hue angle of 38.18º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2D6C1 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB226214193-
CMYK00.050.150.11
HSL38.18º36.26%82.16%-
HSV(B)38.18º14.6%88.63%-
XYZ65.0468.1160.17-
YUV215.19115.48135.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.70%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=35.70%
G=33.81%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621419300.050.150.1138.1836.2682.16
HexE2D6C105FB262452
Octal3423263010517134644122
Binary1110001011010110110000010101111110111001101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D6C1; }

 p { color: rgb(226,214,193); }

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

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

 a { background-color: rgb(226,214,193); }

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

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

 span { border-color: rgb(226,214,193); }

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