#E4D2DB

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

Shades of Prim #E4D2DB

Tints of Prim #E4D2DB

Color information

#E4D2DB (or 0xE4D2DB) is unknown color: approx Prim. HEX triplet: E4, D2 and DB. RGB value is (228,210,219). Sum of RGB (Red+Green+Blue) = 228+210+219=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D2DB is #1B2D24. Grayscale: #D8D8D8. Windows color (decimal): -1781029 or 14406372. OLE color: 14406372.

HSL color Cylindrical-coordinate representation of color #E4D2DB: hue angle of 330º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E4D2DB is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228210219-
CMYK00.080.040.11
HSL330º25%85.88%-
HSV(B)330º7.89%89.41%-
XYZ67.8367.776.51-
YUV216.41129.46136.27-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.70%
GREEN value IS 210 (82.42% from 255) = 31.96%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=34.70%
G=31.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821021900.080.040.113302585.88
HexE4D2DB084B14a1956
Octal34432233301041351231126
Binary111001001101001011011011010001001011101001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D2DB; }

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

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

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

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

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

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

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

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