#E7C6DB

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

Shades of Classic Rose #E7C6DB

Tints of Classic Rose #E7C6DB

Color information

#E7C6DB (or 0xE7C6DB) is unknown color: approx Classic Rose. HEX triplet: E7, C6 and DB. RGB value is (231,198,219). Sum of RGB (Red+Green+Blue) = 231+198+219=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6DB is #183924. Grayscale: #D2D2D2. Windows color (decimal): -1587493 or 14403303. OLE color: 14403303.

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

Color convert

RGB231198219-
CMYK00.140.050.09
HSL321.82º40.74%84.12%-
HSV(B)321.82º14.29%90.59%-
XYZ65.9462.4975.6-
YUV210.26132.93142.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.65%
GREEN value IS 198 (77.73% from 255) = 30.56%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=35.65%
G=30.56%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119821900.140.050.09321.8240.7484.12
HexE7C6DB0E591422954
Octal34730633301651150251124
Binary1110011111000110110110110111010110011010000101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6DB; }

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

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

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

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

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

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

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

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