#E6C3D3

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

Shades of Prim #E6C3D3

Tints of Prim #E6C3D3

Color information

#E6C3D3 (or 0xE6C3D3) is unknown color: approx Prim. HEX triplet: E6, C3 and D3. RGB value is (230,195,211). Sum of RGB (Red+Green+Blue) = 230+195+211=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C3D3 is #193C2C. Grayscale: #CFCFCF. Windows color (decimal): -1653805 or 13878246. OLE color: 13878246.

HSL color Cylindrical-coordinate representation of color #E6C3D3: hue angle of 332.57º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C3D3 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB230195211-
CMYK00.150.080.10
HSL332.57º41.18%83.33%-
HSV(B)332.57º15.22%90.2%-
XYZ63.9160.5669.95-
YUV207.29130.1144.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.16%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 211 (82.81% from 255) = 33.18%
R=36.16%
G=30.66%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019521100.150.080.10332.5741.1883.33
HexE6C3D30F8A14d2953
Octal346303323017101251551123
Binary11100110110000111101001101111100010101010011011010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C3D3; }

 p { color: rgb(230,195,211); }

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

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

 a { background-color: rgb(230,195,211); }

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

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

 span { border-color: rgb(230,195,211); }

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