#EDDBDC

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

Shades of Pale Rose #EDDBDC

Tints of Pale Rose #EDDBDC

Color information

#EDDBDC (or 0xEDDBDC) is unknown color: approx Pale Rose. HEX triplet: ED, DB and DC. RGB value is (237,219,220). Sum of RGB (Red+Green+Blue) = 237+219+220=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBDC is #122423. Grayscale: #E0E0E0. Windows color (decimal): -1188900 or 14474221. OLE color: 14474221.

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

Color convert

RGB237219220-
CMYK00.080.070.07
HSL356.67º33.33%89.41%-
HSV(B)356.67º7.59%92.94%-
XYZ73.1773.8378.1-
YUV224.5125.46136.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=35.06%
G=32.40%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721922000.080.070.07356.6733.3389.41
HexEDDBDC08771652159
Octal3553333340107754541131
Binary111011011101101111011100010001111111011001011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBDC; }

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

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

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

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

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

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

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

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