#E3CDCE

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

Shades of Pale Rose #E3CDCE

Tints of Pale Rose #E3CDCE

Color information

#E3CDCE (or 0xE3CDCE) is unknown color: approx Pale Rose. HEX triplet: E3, CD and CE. RGB value is (227,205,206). Sum of RGB (Red+Green+Blue) = 227+205+206=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CDCE is #1C3231. Grayscale: #D3D3D3. Windows color (decimal): -1847858 or 13553123. OLE color: 13553123.

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

Color convert

RGB227205206-
CMYK00.100.090.11
HSL357.27º28.21%84.71%-
HSV(B)357.27º9.69%89.02%-
XYZ64.6564.4567.43-
YUV211.69124.79138.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.58%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 206 (80.86% from 255) = 32.29%
R=35.58%
G=32.13%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720520600.100.090.11357.2728.2184.71
HexE3CDCE0A9B1651c55
Octal343315316012111354534125
Binary1110001111001101110011100101010011011101100101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDCE; }

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

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

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

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

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

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

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

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