#EDDBDE

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

Shades of Pale Rose #EDDBDE

Tints of Pale Rose #EDDBDE

Color information

#EDDBDE (or 0xEDDBDE) is unknown color: approx Pale Rose. HEX triplet: ED, DB and DE. RGB value is (237,219,222). Sum of RGB (Red+Green+Blue) = 237+219+222=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBDE is #122421. Grayscale: #E0E0E0. Windows color (decimal): -1188898 or 14605293. OLE color: 14605293.

HSL color Cylindrical-coordinate representation of color #EDDBDE: hue angle of 350º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDBDE is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237219222-
CMYK00.080.060.07
HSL350º33.33%89.41%-
HSV(B)350º7.59%92.94%-
XYZ73.4473.9479.51-
YUV224.72126.46136.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 222 (87.11% from 255) = 32.74%
R=34.96%
G=32.30%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721922200.080.060.0735033.3389.41
HexEDDBDE086715e2159
Octal3553333360106753641131
Binary111011011101101111011110010001101111010111101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBDE; }

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

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

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

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

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

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

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

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