#E7C8DA

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

Shades of Classic Rose #E7C8DA

Tints of Classic Rose #E7C8DA

Color information

#E7C8DA (or 0xE7C8DA) is unknown color: approx Classic Rose. HEX triplet: E7, C8 and DA. RGB value is (231,200,218). Sum of RGB (Red+Green+Blue) = 231+200+218=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8DA is #183725. Grayscale: #D3D3D3. Windows color (decimal): -1586982 or 14338279. OLE color: 14338279.

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

Color convert

RGB231200218-
CMYK00.130.060.09
HSL325.16º39.24%84.51%-
HSV(B)325.16º13.42%90.59%-
XYZ66.2663.3675.07-
YUV211.32131.77142.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 200 (78.52% from 255) = 30.82%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=35.59%
G=30.82%
B=33.59%

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
Decimal23120021800.130.060.09325.1639.2484.51
HexE7C8DA0D691452755
Octal34731033201561150547125
Binary1110011111001000110110100110111010011010001011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C8DA; }

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

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

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

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

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

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

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

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