#EAD9DC

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

Shades of Pale Rose #EAD9DC

Tints of Pale Rose #EAD9DC

Color information

#EAD9DC (or 0xEAD9DC) is unknown color: approx Pale Rose. HEX triplet: EA, D9 and DC. RGB value is (234,217,220). Sum of RGB (Red+Green+Blue) = 234+217+220=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9DC is #152623. Grayscale: #DEDEDE. Windows color (decimal): -1386020 or 14473706. OLE color: 14473706.

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

Color convert

RGB234217220-
CMYK00.070.060.08
HSL349.41º28.81%88.43%-
HSV(B)349.41º7.26%91.76%-
XYZ71.6672.2977.89-
YUV222.42126.63136.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 217 (85.16% from 255) = 32.34%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=34.87%
G=32.34%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421722000.070.060.08349.4128.8188.43
HexEAD9DC076815d1d58
Octal3523313340761053535130
Binary11101010110110011101110001111101000101011101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9DC; }

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

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

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

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

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

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

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

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