#E9CFDA

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

Shades of Prim #E9CFDA

Tints of Prim #E9CFDA

Color information

#E9CFDA (or 0xE9CFDA) is unknown color: approx Prim. HEX triplet: E9, CF and DA. RGB value is (233,207,218). Sum of RGB (Red+Green+Blue) = 233+207+218=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFDA is #163025. Grayscale: #D8D8D8. Windows color (decimal): -1454118 or 14340073. OLE color: 14340073.

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

Color convert

RGB233207218-
CMYK00.110.060.09
HSL334.62º37.14%86.27%-
HSV(B)334.62º11.16%91.37%-
XYZ68.5767.0175.65-
YUV216.03129.11140.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.41%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 218 (85.55% from 255) = 33.13%
R=35.41%
G=31.46%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320721800.110.060.09334.6237.1486.27
HexE9CFDA0B6914f2556
Octal35131733201361151745126
Binary1110100111001111110110100101111010011010011111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFDA; }

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

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

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

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

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

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

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

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