#EDD6DE

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

Shades of Pale Rose #EDD6DE

Tints of Pale Rose #EDD6DE

Color information

#EDD6DE (or 0xEDD6DE) is unknown color: approx Pale Rose. HEX triplet: ED, D6 and DE. RGB value is (237,214,222). Sum of RGB (Red+Green+Blue) = 237+214+222=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6DE is #122921. Grayscale: #DDDDDD. Windows color (decimal): -1190178 or 14604013. OLE color: 14604013.

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

Color convert

RGB237214222-
CMYK00.100.060.07
HSL339.13º38.98%88.43%-
HSV(B)339.13º9.7%92.94%-
XYZ72.1671.3779.08-
YUV221.79128.12138.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 214 (83.98% from 255) = 31.80%
BLUE value IS 222 (87.11% from 255) = 32.99%
R=35.22%
G=31.80%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721422200.100.060.07339.1338.9888.43
HexEDD6DE0A671532758
Octal3553263360126752347130
Binary111011011101011011011110010101101111010100111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6DE; }

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

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

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

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

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

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

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

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