#EDCEDB

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

Shades of Classic Rose #EDCEDB

Tints of Classic Rose #EDCEDB

Color information

#EDCEDB (or 0xEDCEDB) is unknown color: approx Classic Rose. HEX triplet: ED, CE and DB. RGB value is (237,206,219). Sum of RGB (Red+Green+Blue) = 237+206+219=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEDB is #123124. Grayscale: #D8D8D8. Windows color (decimal): -1192229 or 14405357. OLE color: 14405357.

HSL color Cylindrical-coordinate representation of color #EDCEDB: hue angle of 334.84º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDCEDB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237206219-
CMYK00.130.080.07
HSL334.84º46.27%86.86%-
HSV(B)334.84º13.08%92.94%-
XYZ69.7867.2676.32-
YUV216.75129.27142.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 219 (85.94% from 255) = 33.08%
R=35.80%
G=31.12%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720621900.130.080.07334.8446.2786.86
HexEDCEDB0D8714f2e57
Octal35531633301510751756127
Binary1110110111001110110110110110110001111010011111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEDB; }

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

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

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

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

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

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

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

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