#E9CFDB

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

Shades of Prim #E9CFDB

Tints of Prim #E9CFDB

Color information

#E9CFDB (or 0xE9CFDB) is unknown color: approx Prim. HEX triplet: E9, CF and DB. RGB value is (233,207,219). Sum of RGB (Red+Green+Blue) = 233+207+219=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFDB is #163024. Grayscale: #D8D8D8. Windows color (decimal): -1454117 or 14405609. OLE color: 14405609.

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

Color convert

RGB233207219-
CMYK00.110.060.09
HSL332.31º37.14%86.27%-
HSV(B)332.31º11.16%91.37%-
XYZ68.767.0676.34-
YUV216.14129.61140.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.36%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=35.36%
G=31.41%
B=33.23%

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
Decimal23320721900.110.060.09332.3137.1486.27
HexE9CFDB0B6914c2556
Octal35131733301361151445126
Binary1110100111001111110110110101111010011010011001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFDB; }

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

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

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

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

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

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

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

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