#EDD6DA

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

Shades of Pale Rose #EDD6DA

Tints of Pale Rose #EDD6DA

Color information

#EDD6DA (or 0xEDD6DA) is unknown color: approx Pale Rose. HEX triplet: ED, D6 and DA. RGB value is (237,214,218). Sum of RGB (Red+Green+Blue) = 237+214+218=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6DA is #122925. Grayscale: #DDDDDD. Windows color (decimal): -1190182 or 14341869. OLE color: 14341869.

HSL color Cylindrical-coordinate representation of color #EDD6DA: hue angle of 349.57º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD6DA is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237214218-
CMYK00.100.080.07
HSL349.57º38.98%88.43%-
HSV(B)349.57º9.7%92.94%-
XYZ71.6371.1676.29-
YUV221.33126.12139.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=35.43%
G=31.99%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721421800.100.080.07349.5738.9888.43
HexEDD6DA0A8715e2758
Octal35532633201210753647130
Binary1110110111010110110110100101010001111010111101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6DA; }

 p { color: rgb(237,214,218); }

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

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

 a { background-color: rgb(237,214,218); }

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

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

 span { border-color: rgb(237,214,218); }

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