#EDC7DB

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

Shades of Classic Rose #EDC7DB

Tints of Classic Rose #EDC7DB

Color information

#EDC7DB (or 0xEDC7DB) is unknown color: approx Classic Rose. HEX triplet: ED, C7 and DB. RGB value is (237,199,219). Sum of RGB (Red+Green+Blue) = 237+199+219=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC7DB is #123824. Grayscale: #D4D4D4. Windows color (decimal): -1194021 or 14403565. OLE color: 14403565.

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

Color convert

RGB237199219-
CMYK00.160.080.07
HSL328.42º51.35%85.49%-
HSV(B)328.42º16.03%92.94%-
XYZ68.1363.9775.77-
YUV212.64131.59145.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 199 (78.12% from 255) = 30.38%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=36.18%
G=30.38%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719921900.160.080.07328.4251.3585.49
HexEDC7DB010871483355
Octal35530733302010751063125
Binary11101101110001111101101101000010001111010010001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC7DB; }

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

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

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

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

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

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

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

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