#EAD1D6

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

Shades of Pale Rose #EAD1D6

Tints of Pale Rose #EAD1D6

Color information

#EAD1D6 (or 0xEAD1D6) is unknown color: approx Pale Rose. HEX triplet: EA, D1 and D6. RGB value is (234,209,214). Sum of RGB (Red+Green+Blue) = 234+209+214=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1D6 is #152E29. Grayscale: #D9D9D9. Windows color (decimal): -1388074 or 14078442. OLE color: 14078442.

HSL color Cylindrical-coordinate representation of color #EAD1D6: hue angle of 348º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD1D6 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234209214-
CMYK00.110.090.08
HSL348º37.31%86.86%-
HSV(B)348º10.68%91.76%-
XYZ68.8767.9573.1-
YUV217.04126.28140.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 209 (82.03% from 255) = 31.81%
BLUE value IS 214 (83.98% from 255) = 32.57%
R=35.62%
G=31.81%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420921400.110.090.0834837.3186.86
HexEAD1D60B9815c2557
Octal352321326013111053445127
Binary11101010110100011101011001011100110001010111001001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1D6; }

 p { color: rgb(234,209,214); }

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

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

 a { background-color: rgb(234,209,214); }

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

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

 span { border-color: rgb(234,209,214); }

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