#E3DCDD

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

Shades of Pale Rose #E3DCDD

Tints of Pale Rose #E3DCDD

Color information

#E3DCDD (or 0xE3DCDD) is unknown color: approx Pale Rose. HEX triplet: E3, DC and DD. RGB value is (227,220,221). Sum of RGB (Red+Green+Blue) = 227+220+221=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DCDD is #1C2322. Grayscale: #DEDEDE. Windows color (decimal): -1844003 or 14540003. OLE color: 14540003.

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

Color convert

RGB227220221-
CMYK00.030.030.11
HSL351.43º11.11%87.65%-
HSV(B)351.43º3.08%89.02%-
XYZ70.3272.7478.74-
YUV222.21127.32131.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.98%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=33.98%
G=32.93%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722022100.030.030.11351.4311.1187.65
HexE3DCDD033B15fb58
Octal3433343350331353713130
Binary11100011110111001101110101111101110101111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DCDD; }

 p { color: rgb(227,220,221); }

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

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

 a { background-color: rgb(227,220,221); }

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

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

 span { border-color: rgb(227,220,221); }

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