#E9CFE0

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

Shades of Classic Rose #E9CFE0

Tints of Classic Rose #E9CFE0

Color information

#E9CFE0 (or 0xE9CFE0) is unknown color: approx Classic Rose. HEX triplet: E9, CF and E0. RGB value is (233,207,224). Sum of RGB (Red+Green+Blue) = 233+207+224=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFE0 is #16301F. Grayscale: #D8D8D8. Windows color (decimal): -1454112 or 14733289. OLE color: 14733289.

HSL color Cylindrical-coordinate representation of color #E9CFE0: hue angle of 320.77º degrees, saturation: 0.37, 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 #E9CFE0 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233207224-
CMYK00.110.040.09
HSL320.77º37.14%86.27%-
HSV(B)320.77º11.16%91.37%-
XYZ69.3767.3379.86-
YUV216.71132.11139.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.09%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=35.09%
G=31.17%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320722400.110.040.09320.7737.1486.27
HexE9CFE00B491412556
Octal35131734001341150145126
Binary1110100111001111111000000101110010011010000011001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFE0; }

 p { color: rgb(233,207,224); }

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

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

 a { background-color: rgb(233,207,224); }

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

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

 span { border-color: rgb(233,207,224); }

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