#E7CDD1

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

Shades of Pale Rose #E7CDD1

Tints of Pale Rose #E7CDD1

Color information

#E7CDD1 (or 0xE7CDD1) is unknown color: approx Pale Rose. HEX triplet: E7, CD and D1. RGB value is (231,205,209). Sum of RGB (Red+Green+Blue) = 231+205+209=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDD1 is #18322E. Grayscale: #D5D5D5. Windows color (decimal): -1585711 or 13749735. OLE color: 13749735.

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

Color convert

RGB231205209-
CMYK00.110.100.09
HSL350.77º35.14%85.49%-
HSV(B)350.77º11.26%90.59%-
XYZ66.2965.2669.42-
YUV213.23125.61140.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.81%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 209 (82.03% from 255) = 32.40%
R=35.81%
G=31.78%
B=32.40%

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
Decimal23120520900.110.100.09350.7735.1485.49
HexE7CDD10BA915f2355
Octal347315321013121153743125
Binary11100111110011011101000101011101010011010111111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDD1; }

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

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

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

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

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

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

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

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