#E7CDD2

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

Shades of Pale Rose #E7CDD2

Tints of Pale Rose #E7CDD2

Color information

#E7CDD2 (or 0xE7CDD2) is unknown color: approx Pale Rose. HEX triplet: E7, CD and D2. RGB value is (231,205,210). Sum of RGB (Red+Green+Blue) = 231+205+210=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDD2 is #18322D. Grayscale: #D5D5D5. Windows color (decimal): -1585710 or 13815271. OLE color: 13815271.

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

Color convert

RGB231205210-
CMYK00.110.090.09
HSL348.46º35.14%85.49%-
HSV(B)348.46º11.26%90.59%-
XYZ66.4265.370.08-
YUV213.34126.11140.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.76%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 210 (82.42% from 255) = 32.51%
R=35.76%
G=31.73%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120521000.110.090.09348.4635.1485.49
HexE7CDD20B9915c2355
Octal347315322013111153443125
Binary11100111110011011101001001011100110011010111001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDD2; }

 p { color: rgb(231,205,210); }

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

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

 a { background-color: rgb(231,205,210); }

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

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

 span { border-color: rgb(231,205,210); }

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