#EDCADC

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

Shades of Classic Rose #EDCADC

Tints of Classic Rose #EDCADC

Color information

#EDCADC (or 0xEDCADC) is unknown color: approx Classic Rose. HEX triplet: ED, CA and DC. RGB value is (237,202,220). Sum of RGB (Red+Green+Blue) = 237+202+220=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCADC is #123523. Grayscale: #D6D6D6. Windows color (decimal): -1193252 or 14469869. OLE color: 14469869.

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

Color convert

RGB237202220-
CMYK00.150.070.07
HSL329.14º49.3%86.08%-
HSV(B)329.14º14.77%92.94%-
XYZ68.9665.4176.7-
YUV214.52131.1144.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=35.96%
G=30.65%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720222000.150.070.07329.1449.386.08
HexEDCADC0F771493156
Octal3553123340177751161126
Binary111011011100101011011100011111111111010010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCADC; }

 p { color: rgb(237,202,220); }

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

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

 a { background-color: rgb(237,202,220); }

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

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

 span { border-color: rgb(237,202,220); }

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