#E7C6D8

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

Shades of Classic Rose #E7C6D8

Tints of Classic Rose #E7C6D8

Color information

#E7C6D8 (or 0xE7C6D8) is unknown color: approx Classic Rose. HEX triplet: E7, C6 and D8. RGB value is (231,198,216). Sum of RGB (Red+Green+Blue) = 231+198+216=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6D8 is #183927. Grayscale: #D1D1D1. Windows color (decimal): -1587496 or 14206695. OLE color: 14206695.

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

Color convert

RGB231198216-
CMYK00.140.060.09
HSL327.27º40.74%84.12%-
HSV(B)327.27º14.29%90.59%-
XYZ65.5462.3373.54-
YUV209.92131.43143.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.81%
GREEN value IS 198 (77.73% from 255) = 30.70%
BLUE value IS 216 (84.77% from 255) = 33.49%
R=35.81%
G=30.70%
B=33.49%

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
Decimal23119821600.140.060.09327.2740.7484.12
HexE7C6D80E691472954
Octal34730633001661150751124
Binary1110011111000110110110000111011010011010001111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6D8; }

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

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

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

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

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

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

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

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