#EAD8DE

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

Shades of Pale Rose #EAD8DE

Tints of Pale Rose #EAD8DE

Color information

#EAD8DE (or 0xEAD8DE) is unknown color: approx Pale Rose. HEX triplet: EA, D8 and DE. RGB value is (234,216,222). Sum of RGB (Red+Green+Blue) = 234+216+222=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8DE is #152721. Grayscale: #DEDEDE. Windows color (decimal): -1386274 or 14604522. OLE color: 14604522.

HSL color Cylindrical-coordinate representation of color #EAD8DE: hue angle of 340º degrees, saturation: 0.3, 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 #EAD8DE is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234216222-
CMYK00.080.050.08
HSL340º30%88.24%-
HSV(B)340º7.69%91.76%-
XYZ71.6771.8879.2-
YUV222.07127.96136.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 216 (84.77% from 255) = 32.14%
BLUE value IS 222 (87.11% from 255) = 33.04%
R=34.82%
G=32.14%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421622200.080.050.083403088.24
HexEAD8DE08581541e58
Octal35233033601051052436130
Binary111010101101100011011110010001011000101010100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8DE; }

 p { color: rgb(234,216,222); }

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

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

 a { background-color: rgb(234,216,222); }

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

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

 span { border-color: rgb(234,216,222); }

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