#E9CFDE

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

Shades of Classic Rose #E9CFDE

Tints of Classic Rose #E9CFDE

Color information

#E9CFDE (or 0xE9CFDE) is unknown color: approx Classic Rose. HEX triplet: E9, CF and DE. RGB value is (233,207,222). Sum of RGB (Red+Green+Blue) = 233+207+222=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFDE is #163021. Grayscale: #D8D8D8. Windows color (decimal): -1454114 or 14602217. OLE color: 14602217.

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

Color convert

RGB233207222-
CMYK00.110.050.09
HSL325.38º37.14%86.27%-
HSV(B)325.38º11.16%91.37%-
XYZ69.167.2278.44-
YUV216.48131.11139.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.20%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=35.20%
G=31.27%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320722200.110.050.09325.3837.1486.27
HexE9CFDE0B591452556
Octal35131733601351150545126
Binary1110100111001111110111100101110110011010001011001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFDE; }

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

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

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

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

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

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

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

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