#EDCADA

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

Shades of Classic Rose #EDCADA

Tints of Classic Rose #EDCADA

Color information

#EDCADA (or 0xEDCADA) is unknown color: approx Classic Rose. HEX triplet: ED, CA and DA. RGB value is (237,202,218). Sum of RGB (Red+Green+Blue) = 237+202+218=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCADA is #123525. Grayscale: #D6D6D6. Windows color (decimal): -1193254 or 14338797. OLE color: 14338797.

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

Color convert

RGB237202218-
CMYK00.150.080.07
HSL332.57º49.3%86.08%-
HSV(B)332.57º14.77%92.94%-
XYZ68.765.3175.31-
YUV214.29130.1144.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=36.07%
G=30.75%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720221800.150.080.07332.5749.386.08
HexEDCADA0F8714d3156
Octal35531233201710751561126
Binary1110110111001010110110100111110001111010011011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCADA; }

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

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

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

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

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

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

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

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