#E8CAD6

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

Shades of Prim #E8CAD6

Tints of Prim #E8CAD6

Color information

#E8CAD6 (or 0xE8CAD6) is unknown color: approx Prim. HEX triplet: E8, CA and D6. RGB value is (232,202,214). Sum of RGB (Red+Green+Blue) = 232+202+214=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 214 (83.98% from 255 or 33.02% from 648); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CAD6 is #173529. Grayscale: #D4D4D4. Windows color (decimal): -1520938 or 14076648. OLE color: 14076648.

HSL color Cylindrical-coordinate representation of color #E8CAD6: hue angle of 336º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CAD6 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB232202214-
CMYK00.130.080.09
HSL336º39.47%85.1%-
HSV(B)336º12.93%90.98%-
XYZ66.5464.2572.51-
YUV212.34128.94142.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.80%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 214 (83.98% from 255) = 33.02%
R=35.80%
G=31.17%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220221400.130.080.0933639.4785.1
HexE8CAD60D891502755
Octal350312326015101152047125
Binary11101000110010101101011001101100010011010100001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CAD6; }

 p { color: rgb(232,202,214); }

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

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

 a { background-color: rgb(232,202,214); }

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

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

 span { border-color: rgb(232,202,214); }

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