#E6C2CF

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

Shades of Prim #E6C2CF

Tints of Prim #E6C2CF

Color information

#E6C2CF (or 0xE6C2CF) is unknown color: approx Prim. HEX triplet: E6, C2 and CF. RGB value is (230,194,207). Sum of RGB (Red+Green+Blue) = 230+194+207=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C2CF is #193D30. Grayscale: #CECECE. Windows color (decimal): -1654065 or 13615846. OLE color: 13615846.

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

Color convert

RGB230194207-
CMYK00.160.100.10
HSL338.33º41.86%83.14%-
HSV(B)338.33º15.65%90.2%-
XYZ63.1959.9167.27-
YUV206.25128.43144.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.45%
GREEN value IS 194 (76.17% from 255) = 30.74%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=36.45%
G=30.74%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019420700.160.100.10338.3341.8683.14
HexE6C2CF010AA1522a53
Octal346302317020121252252123
Binary111001101100001011001111010000101010101010100101010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C2CF; }

 p { color: rgb(230,194,207); }

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

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

 a { background-color: rgb(230,194,207); }

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

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

 span { border-color: rgb(230,194,207); }

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