#EDCAD9

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

Shades of Classic Rose #EDCAD9

Tints of Classic Rose #EDCAD9

Color information

#EDCAD9 (or 0xEDCAD9) is unknown color: approx Classic Rose. HEX triplet: ED, CA and D9. RGB value is (237,202,217). Sum of RGB (Red+Green+Blue) = 237+202+217=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAD9 is #123526. Grayscale: #D6D6D6. Windows color (decimal): -1193255 or 14273261. OLE color: 14273261.

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

Color convert

RGB237202217-
CMYK00.150.080.07
HSL334.29º49.3%86.08%-
HSV(B)334.29º14.77%92.94%-
XYZ68.5765.2674.63-
YUV214.18129.6144.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=36.13%
G=30.79%
B=33.08%

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
Decimal23720221700.150.080.07334.2949.386.08
HexEDCAD90F8714e3156
Octal35531233101710751661126
Binary1110110111001010110110010111110001111010011101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAD9; }

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

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

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

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

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

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

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

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