#EDCDDF

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

Shades of Classic Rose #EDCDDF

Tints of Classic Rose #EDCDDF

Color information

#EDCDDF (or 0xEDCDDF) is unknown color: approx Classic Rose. HEX triplet: ED, CD and DF. RGB value is (237,205,223). Sum of RGB (Red+Green+Blue) = 237+205+223=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDDF is #123220. Grayscale: #D8D8D8. Windows color (decimal): -1192481 or 14667245. OLE color: 14667245.

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

Color convert

RGB237205223-
CMYK00.140.060.07
HSL326.25º47.06%86.67%-
HSV(B)326.25º13.5%92.94%-
XYZ70.0866.9979.05-
YUV216.62131.6142.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 205 (80.47% from 255) = 30.83%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=35.64%
G=30.83%
B=33.53%

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
Decimal23720522300.140.060.07326.2547.0686.67
HexEDCDDF0E671462f57
Octal3553153370166750657127
Binary111011011100110111011111011101101111010001101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDDF; }

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

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

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

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

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

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

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

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