#E1CCD1

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

Shades of Prim #E1CCD1

Tints of Prim #E1CCD1

Color information

#E1CCD1 (or 0xE1CCD1) is unknown color: approx Prim. HEX triplet: E1, CC and D1. RGB value is (225,204,209). Sum of RGB (Red+Green+Blue) = 225+204+209=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD1 is #1E332E. Grayscale: #D2D2D2. Windows color (decimal): -1979183 or 13749473. OLE color: 13749473.

HSL color Cylindrical-coordinate representation of color #E1CCD1: hue angle of 345.71º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CCD1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225204209-
CMYK00.090.070.12
HSL345.71º25.93%84.12%-
HSV(B)345.71º9.33%88.24%-
XYZ64.1563.869.25-
YUV210.85126.96138.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 209 (82.03% from 255) = 32.76%
R=35.27%
G=31.97%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520420900.090.070.12345.7125.9384.12
HexE1CCD1097C15a1a54
Octal34131432101171453232124
Binary111000011100110011010001010011111100101011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCD1; }

 p { color: rgb(225,204,209); }

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

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

 a { background-color: rgb(225,204,209); }

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

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

 span { border-color: rgb(225,204,209); }

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