#E9CFDF

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

Shades of Classic Rose #E9CFDF

Tints of Classic Rose #E9CFDF

Color information

#E9CFDF (or 0xE9CFDF) is unknown color: approx Classic Rose. HEX triplet: E9, CF and DF. RGB value is (233,207,223). Sum of RGB (Red+Green+Blue) = 233+207+223=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFDF is #163020. Grayscale: #D8D8D8. Windows color (decimal): -1454113 or 14667753. OLE color: 14667753.

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

Color convert

RGB233207223-
CMYK00.110.040.09
HSL323.08º37.14%86.27%-
HSV(B)323.08º11.16%91.37%-
XYZ69.2467.2879.15-
YUV216.6131.61139.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.14%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 223 (87.5% from 255) = 33.63%
R=35.14%
G=31.22%
B=33.63%

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
Decimal23320722300.110.040.09323.0837.1486.27
HexE9CFDF0B491432556
Octal35131733701341150345126
Binary1110100111001111110111110101110010011010000111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFDF; }

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

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

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

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

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

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

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

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