#E7C8DD

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

Shades of Classic Rose #E7C8DD

Tints of Classic Rose #E7C8DD

Color information

#E7C8DD (or 0xE7C8DD) is unknown color: approx Classic Rose. HEX triplet: E7, C8 and DD. RGB value is (231,200,221). Sum of RGB (Red+Green+Blue) = 231+200+221=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8DD is #183722. Grayscale: #D3D3D3. Windows color (decimal): -1586979 or 14534887. OLE color: 14534887.

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

Color convert

RGB231200221-
CMYK00.130.040.09
HSL319.35º39.24%84.51%-
HSV(B)319.35º13.42%90.59%-
XYZ66.6663.5277.15-
YUV211.66133.27141.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.43%
GREEN value IS 200 (78.52% from 255) = 30.67%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=35.43%
G=30.67%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120022100.130.040.09319.3539.2484.51
HexE7C8DD0D4913f2755
Octal34731033501541147747125
Binary1110011111001000110111010110110010011001111111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C8DD; }

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

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

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

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

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

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

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

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