#EAD7DC

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

Shades of Pale Rose #EAD7DC

Tints of Pale Rose #EAD7DC

Color information

#EAD7DC (or 0xEAD7DC) is unknown color: approx Pale Rose. HEX triplet: EA, D7 and DC. RGB value is (234,215,220). Sum of RGB (Red+Green+Blue) = 234+215+220=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7DC is #152823. Grayscale: #DDDDDD. Windows color (decimal): -1386532 or 14473194. OLE color: 14473194.

HSL color Cylindrical-coordinate representation of color #EAD7DC: hue angle of 344.21º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAD7DC is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234215220-
CMYK00.080.060.08
HSL344.21º31.15%88.04%-
HSV(B)344.21º8.12%91.76%-
XYZ71.1571.2677.71-
YUV221.25127.29137.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 215 (84.38% from 255) = 32.14%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=34.98%
G=32.14%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421522000.080.060.08344.2131.1588.04
HexEAD7DC08681581f58
Octal35232733401061053037130
Binary111010101101011111011100010001101000101011000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7DC; }

 p { color: rgb(234,215,220); }

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

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

 a { background-color: rgb(234,215,220); }

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

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

 span { border-color: rgb(234,215,220); }

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