#E4CEDB

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

Shades of Prim #E4CEDB

Tints of Prim #E4CEDB

Color information

#E4CEDB (or 0xE4CEDB) is unknown color: approx Prim. HEX triplet: E4, CE and DB. RGB value is (228,206,219). Sum of RGB (Red+Green+Blue) = 228+206+219=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CEDB is #1B3124. Grayscale: #D6D6D6. Windows color (decimal): -1782053 or 14405348. OLE color: 14405348.

HSL color Cylindrical-coordinate representation of color #E4CEDB: hue angle of 324.55º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4CEDB is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228206219-
CMYK00.100.040.11
HSL324.55º28.95%85.1%-
HSV(B)324.55º9.65%89.41%-
XYZ66.8565.7576.19-
YUV214.06130.79137.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.92%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 219 (85.94% from 255) = 33.54%
R=34.92%
G=31.55%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820621900.100.040.11324.5528.9585.1
HexE4CEDB0A4B1451d55
Octal34431633301241350535125
Binary111001001100111011011011010101001011101000101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CEDB; }

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

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

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

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

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

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

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

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