#E8CFDB

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

Shades of Prim #E8CFDB

Tints of Prim #E8CFDB

Color information

#E8CFDB (or 0xE8CFDB) is unknown color: approx Prim. HEX triplet: E8, CF and DB. RGB value is (232,207,219). Sum of RGB (Red+Green+Blue) = 232+207+219=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFDB is #173024. Grayscale: #D7D7D7. Windows color (decimal): -1519653 or 14405608. OLE color: 14405608.

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

Color convert

RGB232207219-
CMYK00.110.060.09
HSL331.2º35.21%86.08%-
HSV(B)331.2º10.78%90.98%-
XYZ68.3866.976.33-
YUV215.84129.78139.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.26%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=35.26%
G=31.46%
B=33.28%

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
Decimal23220721900.110.060.09331.235.2186.08
HexE8CFDB0B6914b2356
Octal35031733301361151343126
Binary1110100011001111110110110101111010011010010111000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFDB; }

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

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

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

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

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

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

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

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