#E9CEE1

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

Shades of Classic Rose #E9CEE1

Tints of Classic Rose #E9CEE1

Color information

#E9CEE1 (or 0xE9CEE1) is unknown color: approx Classic Rose. HEX triplet: E9, CE and E1. RGB value is (233,206,225). Sum of RGB (Red+Green+Blue) = 233+206+225=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CEE1 is #16311E. Grayscale: #D8D8D8. Windows color (decimal): -1454367 or 14798569. OLE color: 14798569.

HSL color Cylindrical-coordinate representation of color #E9CEE1: hue angle of 317.78º degrees, saturation: 0.38, 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 #E9CEE1 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB233206225-
CMYK00.120.030.09
HSL317.78º38.03%86.08%-
HSV(B)317.78º11.59%91.37%-
XYZ69.2766.980.5-
YUV216.24132.95139.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.09%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=35.09%
G=31.02%
B=33.89%

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
Decimal23320622500.120.030.09317.7838.0386.08
HexE9CEE10C3913e2656
Octal35131634101431147646126
Binary111010011100111011100001011001110011001111101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CEE1; }

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

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

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

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

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

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

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

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