#E0CBCC

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

Shades of Pale Rose #E0CBCC

Tints of Pale Rose #E0CBCC

Color information

#E0CBCC (or 0xE0CBCC) is unknown color: approx Pale Rose. HEX triplet: E0, CB and CC. RGB value is (224,203,204). Sum of RGB (Red+Green+Blue) = 224+203+204=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBCC is #1F3433. Grayscale: #D1D1D1. Windows color (decimal): -2044980 or 13421536. OLE color: 13421536.

HSL color Cylindrical-coordinate representation of color #E0CBCC: hue angle of 357.14º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CBCC is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224203204-
CMYK00.090.090.12
HSL357.14º25.3%83.73%-
HSV(B)357.14º9.38%87.84%-
XYZ6362.9265.95-
YUV209.39124.96138.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=35.50%
G=32.17%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420320400.090.090.12357.1425.383.73
HexE0CBCC099C1651954
Octal340313314011111454531124
Binary1110000011001011110011000100110011100101100101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBCC; }

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

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

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

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

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

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

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

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