#E7C4DA

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

Shades of Classic Rose #E7C4DA

Tints of Classic Rose #E7C4DA

Color information

#E7C4DA (or 0xE7C4DA) is unknown color: approx Classic Rose. HEX triplet: E7, C4 and DA. RGB value is (231,196,218). Sum of RGB (Red+Green+Blue) = 231+196+218=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4DA is #183B25. Grayscale: #D0D0D0. Windows color (decimal): -1588006 or 14337255. OLE color: 14337255.

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

Color convert

RGB231196218-
CMYK00.150.060.09
HSL322.29º42.17%83.73%-
HSV(B)322.29º15.15%90.59%-
XYZ65.3561.5374.76-
YUV208.97133.1143.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.81%
GREEN value IS 196 (76.95% from 255) = 30.39%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=35.81%
G=30.39%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119621800.150.060.09322.2942.1783.73
HexE7C4DA0F691422a54
Octal34730433201761150252124
Binary1110011111000100110110100111111010011010000101010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C4DA; }

 p { color: rgb(231,196,218); }

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

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

 a { background-color: rgb(231,196,218); }

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

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

 span { border-color: rgb(231,196,218); }

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