#E9D6E3

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

Shades of Classic Rose #E9D6E3

Tints of Classic Rose #E9D6E3

Color information

#E9D6E3 (or 0xE9D6E3) is unknown color: approx Classic Rose. HEX triplet: E9, D6 and E3. RGB value is (233,214,227). Sum of RGB (Red+Green+Blue) = 233+214+227=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 227 (89.06% from 255 or 33.68% from 674); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6E3 is #16291C. Grayscale: #DDDDDD. Windows color (decimal): -1452317 or 14931689. OLE color: 14931689.

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

Color convert

RGB233214227-
CMYK00.080.030.09
HSL318.95º30.16%87.65%-
HSV(B)318.95º8.15%91.37%-
XYZ71.5270.9682.6-
YUV221.16131.29136.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.57%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 227 (89.06% from 255) = 33.68%
R=34.57%
G=31.75%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321422700.080.030.09318.9530.1687.65
HexE9D6E3083913f1e58
Octal35132634301031147736130
Binary11101001110101101110001101000111001100111111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6E3; }

 p { color: rgb(233,214,227); }

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

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

 a { background-color: rgb(233,214,227); }

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

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

 span { border-color: rgb(233,214,227); }

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