#E3CBCC

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

Shades of Pale Rose #E3CBCC

Tints of Pale Rose #E3CBCC

Color information

#E3CBCC (or 0xE3CBCC) is unknown color: approx Pale Rose. HEX triplet: E3, CB and CC. RGB value is (227,203,204). Sum of RGB (Red+Green+Blue) = 227+203+204=634 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.80% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBCC is #1C3433. Grayscale: #D2D2D2. Windows color (decimal): -1848372 or 13421539. OLE color: 13421539.

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

Color convert

RGB227203204-
CMYK00.110.100.11
HSL357.5º30%84.31%-
HSV(B)357.5º10.57%89.02%-
XYZ63.9363.465.99-
YUV210.29124.45139.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.80%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=35.80%
G=32.02%
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.11
SystemRedGreenBlueCMYKHSL
Decimal22720320400.110.100.11357.53084.31
HexE3CBCC0BAB1661e54
Octal343313314013121354636124
Binary1110001111001011110011000101110101011101100110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBCC; }

 p { color: rgb(227,203,204); }

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

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

 a { background-color: rgb(227,203,204); }

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

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

 span { border-color: rgb(227,203,204); }

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