#EAD4DA

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

Shades of Pale Rose #EAD4DA

Tints of Pale Rose #EAD4DA

Color information

#EAD4DA (or 0xEAD4DA) is unknown color: approx Pale Rose. HEX triplet: EA, D4 and DA. RGB value is (234,212,218). Sum of RGB (Red+Green+Blue) = 234+212+218=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4DA is #152B25. Grayscale: #DBDBDB. Windows color (decimal): -1387302 or 14341354. OLE color: 14341354.

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

Color convert

RGB234212218-
CMYK00.090.070.08
HSL343.64º34.38%87.45%-
HSV(B)343.64º9.4%91.76%-
XYZ70.1369.6476.08-
YUV219.26127.29138.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 212 (83.20% from 255) = 31.93%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=35.24%
G=31.93%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421221800.090.070.08343.6434.3887.45
HexEAD4DA09781582257
Octal35232433201171053042127
Binary1110101011010100110110100100111110001010110001000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4DA; }

 p { color: rgb(234,212,218); }

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

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

 a { background-color: rgb(234,212,218); }

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

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

 span { border-color: rgb(234,212,218); }

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