#E8C8DA

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

Shades of Classic Rose #E8C8DA

Tints of Classic Rose #E8C8DA

Color information

#E8C8DA (or 0xE8C8DA) is unknown color: approx Classic Rose. HEX triplet: E8, C8 and DA. RGB value is (232,200,218). Sum of RGB (Red+Green+Blue) = 232+200+218=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C8DA is #173725. Grayscale: #D3D3D3. Windows color (decimal): -1521446 or 14338280. OLE color: 14338280.

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

Color convert

RGB232200218-
CMYK00.140.060.09
HSL326.25º41.03%84.71%-
HSV(B)326.25º13.79%90.98%-
XYZ66.5963.5375.08-
YUV211.62131.6142.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.69%
GREEN value IS 200 (78.52% from 255) = 30.77%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=35.69%
G=30.77%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220021800.140.060.09326.2541.0384.71
HexE8C8DA0E691462955
Octal35031033201661150651125
Binary1110100011001000110110100111011010011010001101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C8DA; }

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

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

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

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

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

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

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

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