#EDCDDE

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

Shades of Classic Rose #EDCDDE

Tints of Classic Rose #EDCDDE

Color information

#EDCDDE (or 0xEDCDDE) is unknown color: approx Classic Rose. HEX triplet: ED, CD and DE. RGB value is (237,205,222). Sum of RGB (Red+Green+Blue) = 237+205+222=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDDE is #123221. Grayscale: #D8D8D8. Windows color (decimal): -1192482 or 14601709. OLE color: 14601709.

HSL color Cylindrical-coordinate representation of color #EDCDDE: hue angle of 328.12º 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 #EDCDDE is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237205222-
CMYK00.140.060.07
HSL328.12º47.06%86.67%-
HSV(B)328.12º13.5%92.94%-
XYZ69.9466.9478.34-
YUV216.51131.1142.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=35.69%
G=30.87%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720522200.140.060.07328.1247.0686.67
HexEDCDDE0E671482f57
Octal3553153360166751057127
Binary111011011100110111011110011101101111010010001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDDE; }

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

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

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

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

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

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

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

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