#E9CDE1

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

Shades of Classic Rose #E9CDE1

Tints of Classic Rose #E9CDE1

Color information

#E9CDE1 (or 0xE9CDE1) is unknown color: approx Classic Rose. HEX triplet: E9, CD and E1. RGB value is (233,205,225). Sum of RGB (Red+Green+Blue) = 233+205+225=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDE1 is #16321E. Grayscale: #D7D7D7. Windows color (decimal): -1454623 or 14798313. OLE color: 14798313.

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

Color convert

RGB233205225-
CMYK00.120.030.09
HSL317.14º38.89%85.88%-
HSV(B)317.14º12.02%91.37%-
XYZ69.0366.4280.42-
YUV215.65133.28140.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.14%
GREEN value IS 205 (80.47% from 255) = 30.92%
BLUE value IS 225 (88.28% from 255) = 33.94%
R=35.14%
G=30.92%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320522500.120.030.09317.1438.8985.88
HexE9CDE10C3913d2756
Octal35131534101431147547126
Binary111010011100110111100001011001110011001111011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDE1; }

 p { color: rgb(233,205,225); }

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

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

 a { background-color: rgb(233,205,225); }

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

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

 span { border-color: rgb(233,205,225); }

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