#EDC8DE

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

Shades of Classic Rose #EDC8DE

Tints of Classic Rose #EDC8DE

Color information

#EDC8DE (or 0xEDC8DE) is unknown color: approx Classic Rose. HEX triplet: ED, C8 and DE. RGB value is (237,200,222). Sum of RGB (Red+Green+Blue) = 237+200+222=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8DE is #123721. Grayscale: #D5D5D5. Windows color (decimal): -1193762 or 14600429. OLE color: 14600429.

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

Color convert

RGB237200222-
CMYK00.160.060.07
HSL324.32º50.68%85.69%-
HSV(B)324.32º15.61%92.94%-
XYZ68.7664.5977.95-
YUV213.57132.76144.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 200 (78.52% from 255) = 30.35%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=35.96%
G=30.35%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720022200.160.060.07324.3250.6885.69
HexEDC8DE010671443356
Octal3553103360206750463126
Binary1110110111001000110111100100001101111010001001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8DE; }

 p { color: rgb(237,200,222); }

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

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

 a { background-color: rgb(237,200,222); }

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

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

 span { border-color: rgb(237,200,222); }

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