#E1CBD2

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

Shades of Prim #E1CBD2

Tints of Prim #E1CBD2

Color information

#E1CBD2 (or 0xE1CBD2) is unknown color: approx Prim. HEX triplet: E1, CB and D2. RGB value is (225,203,210). Sum of RGB (Red+Green+Blue) = 225+203+210=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBD2 is #1E342D. Grayscale: #D2D2D2. Windows color (decimal): -1979438 or 13814753. OLE color: 13814753.

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

Color convert

RGB225203210-
CMYK00.100.070.12
HSL340.91º26.83%83.92%-
HSV(B)340.91º9.78%88.24%-
XYZ64.0463.3769.83-
YUV210.38127.79138.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 210 (82.42% from 255) = 32.92%
R=35.27%
G=31.82%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520321000.100.070.12340.9126.8383.92
HexE1CBD20A7C1551b54
Octal34131332201271452533124
Binary111000011100101111010010010101111100101010101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBD2; }

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

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

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

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

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

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

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

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