#EDD1DB

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

Shades of Classic Rose #EDD1DB

Tints of Classic Rose #EDD1DB

Color information

#EDD1DB (or 0xEDD1DB) is unknown color: approx Classic Rose. HEX triplet: ED, D1 and DB. RGB value is (237,209,219). Sum of RGB (Red+Green+Blue) = 237+209+219=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1DB is #122E24. Grayscale: #DADADA. Windows color (decimal): -1191461 or 14406125. OLE color: 14406125.

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

Color convert

RGB237209219-
CMYK00.120.080.07
HSL338.57º43.75%87.45%-
HSV(B)338.57º11.81%92.94%-
XYZ70.5168.7276.57-
YUV218.51128.28141.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 209 (82.03% from 255) = 31.43%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=35.64%
G=31.43%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720921900.120.080.07338.5743.7587.45
HexEDD1DB0C871532c57
Octal35532133301410752354127
Binary1110110111010001110110110110010001111010100111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1DB; }

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

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

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

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

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

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

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

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