#EADADC

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

Shades of Pale Rose #EADADC

Tints of Pale Rose #EADADC

Color information

#EADADC (or 0xEADADC) is unknown color: approx Pale Rose. HEX triplet: EA, DA and DC. RGB value is (234,218,220). Sum of RGB (Red+Green+Blue) = 234+218+220=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EADADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADADC is #152523. Grayscale: #DFDFDF. Windows color (decimal): -1385764 or 14473962. OLE color: 14473962.

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

Color convert

RGB234218220-
CMYK00.070.060.08
HSL352.5º27.59%88.63%-
HSV(B)352.5º6.84%91.76%-
XYZ71.9272.877.97-
YUV223.01126.3135.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=34.82%
G=32.44%
B=32.74%

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
Decimal23421822000.070.060.08352.527.5988.63
HexEADADC07681601c59
Octal3523323340761054034131
Binary11101010110110101101110001111101000101100000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADADC; }

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

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

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

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

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

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

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

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