#E8CEDA

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

Shades of Prim #E8CEDA

Tints of Prim #E8CEDA

Color information

#E8CEDA (or 0xE8CEDA) is unknown color: approx Prim. HEX triplet: E8, CE and DA. RGB value is (232,206,218). Sum of RGB (Red+Green+Blue) = 232+206+218=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CEDA is #173125. Grayscale: #D7D7D7. Windows color (decimal): -1519910 or 14339816. OLE color: 14339816.

HSL color Cylindrical-coordinate representation of color #E8CEDA: hue angle of 332.31º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8CEDA is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232206218-
CMYK00.110.060.09
HSL332.31º36.11%85.88%-
HSV(B)332.31º11.21%90.98%-
XYZ6866.3675.55-
YUV215.14129.61140.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.37%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=35.37%
G=31.40%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220621800.110.060.09332.3136.1185.88
HexE8CEDA0B6914c2456
Octal35031633201361151444126
Binary1110100011001110110110100101111010011010011001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CEDA; }

 p { color: rgb(232,206,218); }

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

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

 a { background-color: rgb(232,206,218); }

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

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

 span { border-color: rgb(232,206,218); }

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