#EDCDDB

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

Shades of Classic Rose #EDCDDB

Tints of Classic Rose #EDCDDB

Color information

#EDCDDB (or 0xEDCDDB) is unknown color: approx Classic Rose. HEX triplet: ED, CD and DB. RGB value is (237,205,219). Sum of RGB (Red+Green+Blue) = 237+205+219=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDDB is #123224. Grayscale: #D8D8D8. Windows color (decimal): -1192485 or 14405101. OLE color: 14405101.

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

Color convert

RGB237205219-
CMYK00.140.080.07
HSL333.75º47.06%86.67%-
HSV(B)333.75º13.5%92.94%-
XYZ69.5466.7876.24-
YUV216.16129.6142.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 219 (85.94% from 255) = 33.13%
R=35.85%
G=31.01%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720521900.140.080.07333.7547.0686.67
HexEDCDDB0E8714e2f57
Octal35531533301610751657127
Binary1110110111001101110110110111010001111010011101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDDB; }

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

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

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

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

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

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

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

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