#E8CAD3

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

Shades of Prim #E8CAD3

Tints of Prim #E8CAD3

Color information

#E8CAD3 (or 0xE8CAD3) is unknown color: approx Prim. HEX triplet: E8, CA and D3. RGB value is (232,202,211). Sum of RGB (Red+Green+Blue) = 232+202+211=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CAD3 is #17352C. Grayscale: #D3D3D3. Windows color (decimal): -1520941 or 13880040. OLE color: 13880040.

HSL color Cylindrical-coordinate representation of color #E8CAD3: hue angle of 342º 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 #E8CAD3 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB232202211-
CMYK00.130.090.09
HSL342º39.47%85.1%-
HSV(B)342º12.93%90.98%-
XYZ66.1664.170.51-
YUV212127.44142.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.97%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 211 (82.81% from 255) = 32.71%
R=35.97%
G=31.32%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220221100.130.090.0934239.4785.1
HexE8CAD30D991562755
Octal350312323015111152647125
Binary11101000110010101101001101101100110011010101101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CAD3; }

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

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

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

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

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

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

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

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