#EAD3D7

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

Shades of Pale Rose #EAD3D7

Tints of Pale Rose #EAD3D7

Color information

#EAD3D7 (or 0xEAD3D7) is unknown color: approx Pale Rose. HEX triplet: EA, D3 and D7. RGB value is (234,211,215). Sum of RGB (Red+Green+Blue) = 234+211+215=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 215 (84.38% from 255 or 32.58% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3D7 is #152C28. Grayscale: #DADADA. Windows color (decimal): -1387561 or 14144490. OLE color: 14144490.

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

Color convert

RGB234211215-
CMYK00.100.080.08
HSL349.57º35.38%87.25%-
HSV(B)349.57º9.83%91.76%-
XYZ69.4968.9973.94-
YUV218.33126.12139.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 211 (82.81% from 255) = 31.97%
BLUE value IS 215 (84.38% from 255) = 32.58%
R=35.45%
G=31.97%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421121500.100.080.08349.5735.3887.25
HexEAD3D70A8815e2357
Octal352323327012101053643127
Binary11101010110100111101011101010100010001010111101000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3D7; }

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

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

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

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

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

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

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

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