#E9CFE2

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

Shades of Classic Rose #E9CFE2

Tints of Classic Rose #E9CFE2

Color information

#E9CFE2 (or 0xE9CFE2) is unknown color: approx Classic Rose. HEX triplet: E9, CF and E2. RGB value is (233,207,226). Sum of RGB (Red+Green+Blue) = 233+207+226=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFE2 is #16301D. Grayscale: #D8D8D8. Windows color (decimal): -1454110 or 14864361. OLE color: 14864361.

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

Color convert

RGB233207226-
CMYK00.110.030.09
HSL316.15º37.14%86.27%-
HSV(B)316.15º11.16%91.37%-
XYZ69.6467.4481.3-
YUV216.94133.11139.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.98%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=34.98%
G=31.08%
B=33.93%

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
Decimal23320722600.110.030.09316.1537.1486.27
HexE9CFE20B3913c2556
Octal35131734201331147445126
Binary111010011100111111100010010111110011001111001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFE2; }

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

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

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

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

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

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

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

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