#E7CDD0

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

Shades of Pale Rose #E7CDD0

Tints of Pale Rose #E7CDD0

Color information

#E7CDD0 (or 0xE7CDD0) is unknown color: approx Pale Rose. HEX triplet: E7, CD and D0. RGB value is (231,205,208). Sum of RGB (Red+Green+Blue) = 231+205+208=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDD0 is #18322F. Grayscale: #D5D5D5. Windows color (decimal): -1585712 or 13684199. OLE color: 13684199.

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

Color convert

RGB231205208-
CMYK00.110.100.09
HSL353.08º35.14%85.49%-
HSV(B)353.08º11.26%90.59%-
XYZ66.1765.2168.77-
YUV213.12125.11140.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.87%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 208 (81.64% from 255) = 32.30%
R=35.87%
G=31.83%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120520800.110.100.09353.0835.1485.49
HexE7CDD00BA91612355
Octal347315320013121154143125
Binary11100111110011011101000001011101010011011000011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDD0; }

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

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

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

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

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

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

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

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