#E8CEDC

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

Shades of Classic Rose #E8CEDC

Tints of Classic Rose #E8CEDC

Color information

#E8CEDC (or 0xE8CEDC) is unknown color: approx Classic Rose. HEX triplet: E8, CE and DC. RGB value is (232,206,220). Sum of RGB (Red+Green+Blue) = 232+206+220=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CEDC is #173123. Grayscale: #D7D7D7. Windows color (decimal): -1519908 or 14470888. OLE color: 14470888.

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

Color convert

RGB232206220-
CMYK00.110.050.09
HSL327.69º36.11%85.88%-
HSV(B)327.69º11.21%90.98%-
XYZ68.2766.4776.94-
YUV215.37130.61139.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.26%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=35.26%
G=31.31%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220622000.110.050.09327.6936.1185.88
HexE8CEDC0B591482456
Octal35031633401351151044126
Binary1110100011001110110111000101110110011010010001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CEDC; }

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

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

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

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

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

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

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

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