#E7CED1

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

Shades of Pale Rose #E7CED1

Tints of Pale Rose #E7CED1

Color information

#E7CED1 (or 0xE7CED1) is unknown color: approx Pale Rose. HEX triplet: E7, CE and D1. RGB value is (231,206,209). Sum of RGB (Red+Green+Blue) = 231+206+209=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CED1 is #18312E. Grayscale: #D5D5D5. Windows color (decimal): -1585455 or 13749991. OLE color: 13749991.

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

Color convert

RGB231206209-
CMYK00.110.100.09
HSL352.8º34.25%85.69%-
HSV(B)352.8º10.82%90.59%-
XYZ66.5365.7369.5-
YUV213.82125.28140.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.76%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 209 (82.03% from 255) = 32.35%
R=35.76%
G=31.89%
B=32.35%

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
Decimal23120620900.110.100.09352.834.2585.69
HexE7CED10BA91612256
Octal347316321013121154142126
Binary11100111110011101101000101011101010011011000011000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CED1; }

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

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

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

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

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

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

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

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