#E4CEDA

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

Shades of Prim #E4CEDA

Tints of Prim #E4CEDA

Color information

#E4CEDA (or 0xE4CEDA) is unknown color: approx Prim. HEX triplet: E4, CE and DA. RGB value is (228,206,218). Sum of RGB (Red+Green+Blue) = 228+206+218=652 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.97% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CEDA is #1B3125. Grayscale: #D5D5D5. Windows color (decimal): -1782054 or 14339812. OLE color: 14339812.

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

Color convert

RGB228206218-
CMYK00.100.040.11
HSL327.27º28.95%85.1%-
HSV(B)327.27º9.65%89.41%-
XYZ66.7265.775.49-
YUV213.95130.29138.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.97%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=34.97%
G=31.60%
B=33.44%

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
Decimal22820621800.100.040.11327.2728.9585.1
HexE4CEDA0A4B1471d55
Octal34431633201241350735125
Binary111001001100111011011010010101001011101000111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CEDA; }

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

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

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

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

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

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

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

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