#E3D8DA

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

Shades of Pale Rose #E3D8DA

Tints of Pale Rose #E3D8DA

Color information

#E3D8DA (or 0xE3D8DA) is unknown color: approx Pale Rose. HEX triplet: E3, D8 and DA. RGB value is (227,216,218). Sum of RGB (Red+Green+Blue) = 227+216+218=661 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.34% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D8DA is #1C2725. Grayscale: #DBDBDB. Windows color (decimal): -1845030 or 14342371. OLE color: 14342371.

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

Color convert

RGB227216218-
CMYK00.050.040.11
HSL349.09º16.42%86.86%-
HSV(B)349.09º4.85%89.02%-
XYZ68.8970.576.31-
YUV219.52127.14133.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.34%
GREEN value IS 216 (84.77% from 255) = 32.68%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=34.34%
G=32.68%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721621800.050.040.11349.0916.4286.86
HexE3D8DA054B15d1057
Octal3433303320541353520127
Binary11100011110110001101101001011001011101011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D8DA; }

 p { color: rgb(227,216,218); }

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

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

 a { background-color: rgb(227,216,218); }

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

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

 span { border-color: rgb(227,216,218); }

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