#E8D0D2

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

Shades of Pale Rose #E8D0D2

Tints of Pale Rose #E8D0D2

Color information

#E8D0D2 (or 0xE8D0D2) is unknown color: approx Pale Rose. HEX triplet: E8, D0 and D2. RGB value is (232,208,210). Sum of RGB (Red+Green+Blue) = 232+208+210=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D0D2 is #172F2D. Grayscale: #D7D7D7. Windows color (decimal): -1519406 or 13816040. OLE color: 13816040.

HSL color Cylindrical-coordinate representation of color #E8D0D2: hue angle of 355º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D0D2 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB232208210-
CMYK00.100.090.09
HSL355º34.29%86.27%-
HSV(B)355º10.34%90.98%-
XYZ67.4766.9270.33-
YUV215.4124.95139.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.69%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 210 (82.42% from 255) = 32.31%
R=35.69%
G=32%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220821000.100.090.0935534.2986.27
HexE8D0D20A991632256
Octal350320322012111154342126
Binary11101000110100001101001001010100110011011000111000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D0D2; }

 p { color: rgb(232,208,210); }

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

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

 a { background-color: rgb(232,208,210); }

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

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

 span { border-color: rgb(232,208,210); }

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