#E6CAD7

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

Shades of Prim #E6CAD7

Tints of Prim #E6CAD7

Color information

#E6CAD7 (or 0xE6CAD7) is unknown color: approx Prim. HEX triplet: E6, CA and D7. RGB value is (230,202,215). Sum of RGB (Red+Green+Blue) = 230+202+215=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAD7 is #193528. Grayscale: #D3D3D3. Windows color (decimal): -1652009 or 14142182. OLE color: 14142182.

HSL color Cylindrical-coordinate representation of color #E6CAD7: hue angle of 332.14º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CAD7 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB230202215-
CMYK00.120.070.10
HSL332.14º35.9%84.71%-
HSV(B)332.14º12.17%90.2%-
XYZ66.0263.9773.16-
YUV211.85129.78140.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.55%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 215 (84.38% from 255) = 33.23%
R=35.55%
G=31.22%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020221500.120.070.10332.1435.984.71
HexE6CAD70C7A14c2455
Octal34631232701471251444125
Binary1110011011001010110101110110011110101010011001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAD7; }

 p { color: rgb(230,202,215); }

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

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

 a { background-color: rgb(230,202,215); }

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

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

 span { border-color: rgb(230,202,215); }

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