#E7CEDF

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

Shades of Classic Rose #E7CEDF

Tints of Classic Rose #E7CEDF

Color information

#E7CEDF (or 0xE7CEDF) is unknown color: approx Classic Rose. HEX triplet: E7, CE and DF. RGB value is (231,206,223). Sum of RGB (Red+Green+Blue) = 231+206+223=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CEDF is #183120. Grayscale: #D7D7D7. Windows color (decimal): -1585441 or 14667495. OLE color: 14667495.

HSL color Cylindrical-coordinate representation of color #E7CEDF: hue angle of 319.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7CEDF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231206223-
CMYK00.110.030.09
HSL319.2º34.25%85.69%-
HSV(B)319.2º10.82%90.59%-
XYZ68.3566.4679.04-
YUV215.41132.28139.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=35%
G=31.21%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120622300.110.030.09319.234.2585.69
HexE7CEDF0B3913f2256
Octal34731633701331147742126
Binary111001111100111011011111010111110011001111111000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEDF; }

 p { color: rgb(231,206,223); }

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

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

 a { background-color: rgb(231,206,223); }

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

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

 span { border-color: rgb(231,206,223); }

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