#E7CCD6

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

Shades of Prim #E7CCD6

Tints of Prim #E7CCD6

Color information

#E7CCD6 (or 0xE7CCD6) is unknown color: approx Prim. HEX triplet: E7, CC and D6. RGB value is (231,204,214). Sum of RGB (Red+Green+Blue) = 231+204+214=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCD6 is #183329. Grayscale: #D5D5D5. Windows color (decimal): -1585962 or 14077159. OLE color: 14077159.

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

Color convert

RGB231204214-
CMYK00.120.070.09
HSL337.78º36%85.29%-
HSV(B)337.78º11.69%90.59%-
XYZ66.6965.0372.66-
YUV213.21128.45140.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 214 (83.98% from 255) = 32.97%
R=35.59%
G=31.43%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120421400.120.070.09337.783685.29
HexE7CCD60C791522455
Octal34731432601471152244125
Binary1110011111001100110101100110011110011010100101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCD6; }

 p { color: rgb(231,204,214); }

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

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

 a { background-color: rgb(231,204,214); }

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

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

 span { border-color: rgb(231,204,214); }

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