#E7C9DA

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

Shades of Classic Rose #E7C9DA

Tints of Classic Rose #E7C9DA

Color information

#E7C9DA (or 0xE7C9DA) is unknown color: approx Classic Rose. HEX triplet: E7, C9 and DA. RGB value is (231,201,218). Sum of RGB (Red+Green+Blue) = 231+201+218=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9DA is #183625. Grayscale: #D3D3D3. Windows color (decimal): -1586726 or 14338535. OLE color: 14338535.

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

Color convert

RGB231201218-
CMYK00.130.060.09
HSL326º38.46%84.71%-
HSV(B)326º12.99%90.59%-
XYZ66.563.8275.14-
YUV211.91131.44141.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.54%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=35.54%
G=30.92%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120121800.130.060.0932638.4684.71
HexE7C9DA0D691462655
Octal34731133201561150646125
Binary1110011111001001110110100110111010011010001101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C9DA; }

 p { color: rgb(231,201,218); }

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

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

 a { background-color: rgb(231,201,218); }

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

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

 span { border-color: rgb(231,201,218); }

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