#EDCCDF

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

Shades of Classic Rose #EDCCDF

Tints of Classic Rose #EDCCDF

Color information

#EDCCDF (or 0xEDCCDF) is unknown color: approx Classic Rose. HEX triplet: ED, CC and DF. RGB value is (237,204,223). Sum of RGB (Red+Green+Blue) = 237+204+223=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCDF is #123320. Grayscale: #D7D7D7. Windows color (decimal): -1192737 or 14666989. OLE color: 14666989.

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

Color convert

RGB237204223-
CMYK00.140.060.07
HSL325.45º47.83%86.47%-
HSV(B)325.45º13.92%92.94%-
XYZ69.8466.5278.97-
YUV216.03131.93142.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 204 (80.08% from 255) = 30.72%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=35.69%
G=30.72%
B=33.58%

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
Decimal23720422300.140.060.07325.4547.8386.47
HexEDCCDF0E671453056
Octal3553143370166750560126
Binary111011011100110011011111011101101111010001011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCDF; }

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

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

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

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

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

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

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

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