#EDCADB

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

Shades of Classic Rose #EDCADB

Tints of Classic Rose #EDCADB

Color information

#EDCADB (or 0xEDCADB) is unknown color: approx Classic Rose. HEX triplet: ED, CA and DB. RGB value is (237,202,219). Sum of RGB (Red+Green+Blue) = 237+202+219=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCADB is #123524. Grayscale: #D6D6D6. Windows color (decimal): -1193253 or 14404333. OLE color: 14404333.

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

Color convert

RGB237202219-
CMYK00.150.080.07
HSL330.86º49.3%86.08%-
HSV(B)330.86º14.77%92.94%-
XYZ68.8365.3676.01-
YUV214.4130.6144.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 202 (79.30% from 255) = 30.70%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=36.02%
G=30.70%
B=33.28%

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
Decimal23720221900.150.080.07330.8649.386.08
HexEDCADB0F8714b3156
Octal35531233301710751361126
Binary1110110111001010110110110111110001111010010111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCADB; }

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

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

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

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

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

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

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

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