#E7CCD3

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

Shades of Prim #E7CCD3

Tints of Prim #E7CCD3

Color information

#E7CCD3 (or 0xE7CCD3) is unknown color: approx Prim. HEX triplet: E7, CC and D3. RGB value is (231,204,211). Sum of RGB (Red+Green+Blue) = 231+204+211=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCD3 is #18332C. Grayscale: #D4D4D4. Windows color (decimal): -1585965 or 13880551. OLE color: 13880551.

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

Color convert

RGB231204211-
CMYK00.120.090.09
HSL344.44º36%85.29%-
HSV(B)344.44º11.69%90.59%-
XYZ66.3164.8870.66-
YUV212.87126.95140.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.76%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 211 (82.81% from 255) = 32.66%
R=35.76%
G=31.58%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120421100.120.090.09344.443685.29
HexE7CCD30C991582455
Octal347314323014111153044125
Binary11100111110011001101001101100100110011010110001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCD3; }

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

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

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

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

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

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

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

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