#E5CDCF

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

Shades of Pale Rose #E5CDCF

Tints of Pale Rose #E5CDCF

Color information

#E5CDCF (or 0xE5CDCF) is unknown color: approx Pale Rose. HEX triplet: E5, CD and CF. RGB value is (229,205,207). Sum of RGB (Red+Green+Blue) = 229+205+207=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDCF is #1A3230. Grayscale: #D4D4D4. Windows color (decimal): -1716785 or 13618661. OLE color: 13618661.

HSL color Cylindrical-coordinate representation of color #E5CDCF: hue angle of 355º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CDCF is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229205207-
CMYK00.100.100.10
HSL355º31.58%85.1%-
HSV(B)355º10.48%89.8%-
XYZ65.4164.8368.1-
YUV212.4124.95139.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.73%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=35.73%
G=31.98%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920520700.100.100.1035531.5885.1
HexE5CDCF0AAA1632055
Octal345315317012121254340125
Binary11100101110011011100111101010101010101011000111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDCF; }

 p { color: rgb(229,205,207); }

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

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

 a { background-color: rgb(229,205,207); }

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

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

 span { border-color: rgb(229,205,207); }

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