#E7CCD4

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

Shades of Prim #E7CCD4

Tints of Prim #E7CCD4

Color information

#E7CCD4 (or 0xE7CCD4) is unknown color: approx Prim. HEX triplet: E7, CC and D4. RGB value is (231,204,212). Sum of RGB (Red+Green+Blue) = 231+204+212=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCD4 is #18332B. Grayscale: #D4D4D4. Windows color (decimal): -1585964 or 13946087. OLE color: 13946087.

HSL color Cylindrical-coordinate representation of color #E7CCD4: hue angle of 342.22º 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 #E7CCD4 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB231204212-
CMYK00.120.080.09
HSL342.22º36%85.29%-
HSV(B)342.22º11.69%90.59%-
XYZ66.4364.9371.32-
YUV212.98127.45140.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.70%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 212 (83.20% from 255) = 32.77%
R=35.70%
G=31.53%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120421200.120.080.09342.223685.29
HexE7CCD40C891562455
Octal347314324014101152644125
Binary11100111110011001101010001100100010011010101101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCD4; }

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

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

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

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

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

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

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

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