#E5CBCD

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

Shades of Pale Rose #E5CBCD

Tints of Pale Rose #E5CBCD

Color information

#E5CBCD (or 0xE5CBCD) is unknown color: approx Pale Rose. HEX triplet: E5, CB and CD. RGB value is (229,203,205). Sum of RGB (Red+Green+Blue) = 229+203+205=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBCD is #1A3432. Grayscale: #D3D3D3. Windows color (decimal): -1717299 or 13487077. OLE color: 13487077.

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

Color convert

RGB229203205-
CMYK00.110.100.10
HSL355.38º33.33%84.71%-
HSV(B)355.38º11.35%89.8%-
XYZ64.6963.7866.66-
YUV211124.61140.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.95%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=35.95%
G=31.87%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920320500.110.100.10355.3833.3384.71
HexE5CBCD0BAA1632155
Octal345313315013121254341125
Binary11100101110010111100110101011101010101011000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBCD; }

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

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

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

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

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

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

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

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