#E7C7DC

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

Shades of Classic Rose #E7C7DC

Tints of Classic Rose #E7C7DC

Color information

#E7C7DC (or 0xE7C7DC) is unknown color: approx Classic Rose. HEX triplet: E7, C7 and DC. RGB value is (231,199,220). Sum of RGB (Red+Green+Blue) = 231+199+220=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7DC is #183823. Grayscale: #D2D2D2. Windows color (decimal): -1587236 or 14469095. OLE color: 14469095.

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

Color convert

RGB231199220-
CMYK00.140.050.09
HSL320.62º40%84.31%-
HSV(B)320.62º13.85%90.59%-
XYZ66.36376.38-
YUV210.96133.1142.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.54%
GREEN value IS 199 (78.12% from 255) = 30.62%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=35.54%
G=30.62%
B=33.85%

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
Decimal23119922000.140.050.09320.624084.31
HexE7C7DC0E591412854
Octal34730733401651150150124
Binary1110011111000111110111000111010110011010000011010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C7DC; }

 p { color: rgb(231,199,220); }

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

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

 a { background-color: rgb(231,199,220); }

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

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

 span { border-color: rgb(231,199,220); }

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