#EDCCDB

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

Shades of Classic Rose #EDCCDB

Tints of Classic Rose #EDCCDB

Color information

#EDCCDB (or 0xEDCCDB) is unknown color: approx Classic Rose. HEX triplet: ED, CC and DB. RGB value is (237,204,219). Sum of RGB (Red+Green+Blue) = 237+204+219=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCDB is #123324. Grayscale: #D7D7D7. Windows color (decimal): -1192741 or 14404845. OLE color: 14404845.

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

Color convert

RGB237204219-
CMYK00.140.080.07
HSL332.73º47.83%86.47%-
HSV(B)332.73º13.92%92.94%-
XYZ69.366.376.16-
YUV215.58129.93143.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=35.91%
G=30.91%
B=33.18%

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
Decimal23720421900.140.080.07332.7347.8386.47
HexEDCCDB0E8714d3056
Octal35531433301610751560126
Binary1110110111001100110110110111010001111010011011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCDB; }

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

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

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

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

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

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

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

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