#E2CBD2

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

Shades of Prim #E2CBD2

Tints of Prim #E2CBD2

Color information

#E2CBD2 (or 0xE2CBD2) is unknown color: approx Prim. HEX triplet: E2, CB and D2. RGB value is (226,203,210). Sum of RGB (Red+Green+Blue) = 226+203+210=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBD2 is #1D342D. Grayscale: #D2D2D2. Windows color (decimal): -1913902 or 13814754. OLE color: 13814754.

HSL color Cylindrical-coordinate representation of color #E2CBD2: hue angle of 341.74º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CBD2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB226203210-
CMYK00.100.070.11
HSL341.74º28.4%84.12%-
HSV(B)341.74º10.18%88.63%-
XYZ64.3563.5369.84-
YUV210.68127.62138.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.37%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=35.37%
G=31.77%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620321000.100.070.11341.7428.484.12
HexE2CBD20A7B1561c54
Octal34231332201271352634124
Binary111000101100101111010010010101111011101010110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBD2; }

 p { color: rgb(226,203,210); }

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

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

 a { background-color: rgb(226,203,210); }

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

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

 span { border-color: rgb(226,203,210); }

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