#E2CAD2

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

Shades of Prim #E2CAD2

Tints of Prim #E2CAD2

Color information

#E2CAD2 (or 0xE2CAD2) is unknown color: approx Prim. HEX triplet: E2, CA and D2. RGB value is (226,202,210). Sum of RGB (Red+Green+Blue) = 226+202+210=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CAD2 is #1D352D. Grayscale: #D2D2D2. Windows color (decimal): -1914158 or 13814498. OLE color: 13814498.

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

Color convert

RGB226202210-
CMYK00.110.070.11
HSL340º29.27%83.92%-
HSV(B)340º10.62%88.63%-
XYZ64.1263.0669.77-
YUV210.09127.95139.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.42%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 210 (82.42% from 255) = 32.92%
R=35.42%
G=31.66%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620221000.110.070.1134029.2783.92
HexE2CAD20B7B1541d54
Octal34231232201371352435124
Binary111000101100101011010010010111111011101010100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAD2; }

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

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

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

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

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

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

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

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