#E7C6D9

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

Shades of Classic Rose #E7C6D9

Tints of Classic Rose #E7C6D9

Color information

#E7C6D9 (or 0xE7C6D9) is unknown color: approx Classic Rose. HEX triplet: E7, C6 and D9. RGB value is (231,198,217). Sum of RGB (Red+Green+Blue) = 231+198+217=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6D9 is #183926. Grayscale: #D1D1D1. Windows color (decimal): -1587495 or 14272231. OLE color: 14272231.

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

Color convert

RGB231198217-
CMYK00.140.060.09
HSL325.45º40.74%84.12%-
HSV(B)325.45º14.29%90.59%-
XYZ65.6762.3974.23-
YUV210.03131.93142.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.76%
GREEN value IS 198 (77.73% from 255) = 30.65%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=35.76%
G=30.65%
B=33.59%

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
Decimal23119821700.140.060.09325.4540.7484.12
HexE7C6D90E691452954
Octal34730633101661150551124
Binary1110011111000110110110010111011010011010001011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6D9; }

 p { color: rgb(231,198,217); }

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

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

 a { background-color: rgb(231,198,217); }

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

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

 span { border-color: rgb(231,198,217); }

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