#E4CEDD

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

Shades of Prim #E4CEDD

Tints of Prim #E4CEDD

Color information

#E4CEDD (or 0xE4CEDD) is unknown color: approx Prim. HEX triplet: E4, CE and DD. RGB value is (228,206,221). Sum of RGB (Red+Green+Blue) = 228+206+221=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CEDD is #1B3122. Grayscale: #D6D6D6. Windows color (decimal): -1782051 or 14536420. OLE color: 14536420.

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

Color convert

RGB228206221-
CMYK00.100.030.11
HSL319.09º28.95%85.1%-
HSV(B)319.09º9.65%89.41%-
XYZ67.1265.8677.58-
YUV214.29131.79137.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.81%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 221 (86.72% from 255) = 33.74%
R=34.81%
G=31.45%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820622100.100.030.11319.0928.9585.1
HexE4CEDD0A3B13f1d55
Octal34431633501231347735125
Binary11100100110011101101110101010111011100111111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CEDD; }

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

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

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

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

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

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

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

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