#E4C9CD

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

Shades of Pale Rose #E4C9CD

Tints of Pale Rose #E4C9CD

Color information

#E4C9CD (or 0xE4C9CD) is unknown color: approx Pale Rose. HEX triplet: E4, C9 and CD. RGB value is (228,201,205). Sum of RGB (Red+Green+Blue) = 228+201+205=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C9CD is #1B3632. Grayscale: #D1D1D1. Windows color (decimal): -1783347 or 13486564. OLE color: 13486564.

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

Color convert

RGB228201205-
CMYK00.120.100.11
HSL351.11º33.33%84.12%-
HSV(B)351.11º11.84%89.41%-
XYZ63.962.6866.49-
YUV209.53125.45141.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.96%
GREEN value IS 201 (78.91% from 255) = 31.70%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=35.96%
G=31.70%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820120500.120.100.11351.1133.3384.12
HexE4C9CD0CAB15f2154
Octal344311315014121353741124
Binary11100100110010011100110101100101010111010111111000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C9CD; }

 p { color: rgb(228,201,205); }

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

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

 a { background-color: rgb(228,201,205); }

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

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

 span { border-color: rgb(228,201,205); }

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