#E2CBCC

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

Shades of Pale Rose #E2CBCC

Tints of Pale Rose #E2CBCC

Color information

#E2CBCC (or 0xE2CBCC) is unknown color: approx Pale Rose. HEX triplet: E2, CB and CC. RGB value is (226,203,204). Sum of RGB (Red+Green+Blue) = 226+203+204=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBCC is #1D3433. Grayscale: #D2D2D2. Windows color (decimal): -1913908 or 13421538. OLE color: 13421538.

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

Color convert

RGB226203204-
CMYK00.100.100.11
HSL357.39º28.4%84.12%-
HSV(B)357.39º10.18%88.63%-
XYZ63.6263.2465.98-
YUV209.99124.62139.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.70%
GREEN value IS 203 (79.69% from 255) = 32.07%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=35.70%
G=32.07%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620320400.100.100.11357.3928.484.12
HexE2CBCC0AAB1651c54
Octal342313314012121354534124
Binary1110001011001011110011000101010101011101100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBCC; }

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

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

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

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

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

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

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

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