#E9CFD5

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

Shades of Pale Rose #E9CFD5

Tints of Pale Rose #E9CFD5

Color information

#E9CFD5 (or 0xE9CFD5) is unknown color: approx Pale Rose. HEX triplet: E9, CF and D5. RGB value is (233,207,213). Sum of RGB (Red+Green+Blue) = 233+207+213=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFD5 is #16302A. Grayscale: #D7D7D7. Windows color (decimal): -1454123 or 14012393. OLE color: 14012393.

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

Color convert

RGB233207213-
CMYK00.110.090.09
HSL346.15º37.14%86.27%-
HSV(B)346.15º11.16%91.37%-
XYZ67.9366.7572.26-
YUV215.46126.61140.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.68%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=35.68%
G=31.70%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320721300.110.090.09346.1537.1486.27
HexE9CFD50B9915a2556
Octal351317325013111153245126
Binary11101001110011111101010101011100110011010110101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFD5; }

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

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

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

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

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

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

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

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