#E2CDCE

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

Shades of Pale Rose #E2CDCE

Tints of Pale Rose #E2CDCE

Color information

#E2CDCE (or 0xE2CDCE) is unknown color: approx Pale Rose. HEX triplet: E2, CD and CE. RGB value is (226,205,206). Sum of RGB (Red+Green+Blue) = 226+205+206=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDCE is #1D3231. Grayscale: #D3D3D3. Windows color (decimal): -1913394 or 13553122. OLE color: 13553122.

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

Color convert

RGB226205206-
CMYK00.090.090.11
HSL357.14º26.58%84.51%-
HSV(B)357.14º9.29%88.63%-
XYZ64.3464.2967.41-
YUV211.39124.96138.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.48%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=35.48%
G=32.18%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620520600.090.090.11357.1426.5884.51
HexE2CDCE099B1651b55
Octal342315316011111354533125
Binary1110001011001101110011100100110011011101100101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDCE; }

 p { color: rgb(226,205,206); }

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

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

 a { background-color: rgb(226,205,206); }

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

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

 span { border-color: rgb(226,205,206); }

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