#EAD3D5

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

Shades of Pale Rose #EAD3D5

Tints of Pale Rose #EAD3D5

Color information

#EAD3D5 (or 0xEAD3D5) is unknown color: approx Pale Rose. HEX triplet: EA, D3 and D5. RGB value is (234,211,213). Sum of RGB (Red+Green+Blue) = 234+211+213=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3D5 is #152C2A. Grayscale: #DADADA. Windows color (decimal): -1387563 or 14013418. OLE color: 14013418.

HSL color Cylindrical-coordinate representation of color #EAD3D5: hue angle of 354.78º 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 #EAD3D5 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234211213-
CMYK00.100.090.08
HSL354.78º35.38%87.25%-
HSV(B)354.78º9.83%91.76%-
XYZ69.2468.8972.6-
YUV218.1125.12139.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 211 (82.81% from 255) = 32.07%
BLUE value IS 213 (83.59% from 255) = 32.37%
R=35.56%
G=32.07%
B=32.37%

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
Decimal23421121300.100.090.08354.7835.3887.25
HexEAD3D50A981632357
Octal352323325012111054343127
Binary11101010110100111101010101010100110001011000111000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3D5; }

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

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

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

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

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

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

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

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