#EAD3D6

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

Shades of Pale Rose #EAD3D6

Tints of Pale Rose #EAD3D6

Color information

#EAD3D6 (or 0xEAD3D6) is unknown color: approx Pale Rose. HEX triplet: EA, D3 and D6. RGB value is (234,211,214). Sum of RGB (Red+Green+Blue) = 234+211+214=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3D6 is #152C29. Grayscale: #DADADA. Windows color (decimal): -1387562 or 14078954. OLE color: 14078954.

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

Color convert

RGB234211214-
CMYK00.100.090.08
HSL352.17º35.38%87.25%-
HSV(B)352.17º9.83%91.76%-
XYZ69.3668.9473.27-
YUV218.22125.62139.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 211 (82.81% from 255) = 32.02%
BLUE value IS 214 (83.98% from 255) = 32.47%
R=35.51%
G=32.02%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421121400.100.090.08352.1735.3887.25
HexEAD3D60A981602357
Octal352323326012111054043127
Binary11101010110100111101011001010100110001011000001000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3D6; }

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

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

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

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

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

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

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

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