#E7CEDB

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

Shades of Prim #E7CEDB

Tints of Prim #E7CEDB

Color information

#E7CEDB (or 0xE7CEDB) is unknown color: approx Prim. HEX triplet: E7, CE and DB. RGB value is (231,206,219). Sum of RGB (Red+Green+Blue) = 231+206+219=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CEDB is #183124. Grayscale: #D6D6D6. Windows color (decimal): -1585445 or 14405351. OLE color: 14405351.

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

Color convert

RGB231206219-
CMYK00.110.050.09
HSL328.8º34.25%85.69%-
HSV(B)328.8º10.82%90.59%-
XYZ67.8166.2576.23-
YUV214.96130.28139.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=35.21%
G=31.40%
B=33.38%

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
Decimal23120621900.110.050.09328.834.2585.69
HexE7CEDB0B591492256
Octal34731633301351151142126
Binary1110011111001110110110110101110110011010010011000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEDB; }

 p { color: rgb(231,206,219); }

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

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

 a { background-color: rgb(231,206,219); }

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

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

 span { border-color: rgb(231,206,219); }

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