#EDC1DB

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

Shades of Classic Rose #EDC1DB

Tints of Classic Rose #EDC1DB

Color information

#EDC1DB (or 0xEDC1DB) is unknown color: approx Classic Rose. HEX triplet: ED, C1 and DB. RGB value is (237,193,219). Sum of RGB (Red+Green+Blue) = 237+193+219=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1DB is #123E24. Grayscale: #D1D1D1. Windows color (decimal): -1195557 or 14402029. OLE color: 14402029.

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

Color convert

RGB237193219-
CMYK00.190.080.07
HSL324.55º55%84.31%-
HSV(B)324.55º18.57%92.94%-
XYZ66.7861.2675.32-
YUV209.12133.58147.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 193 (75.78% from 255) = 29.74%
BLUE value IS 219 (85.94% from 255) = 33.74%
R=36.52%
G=29.74%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719321900.190.080.07324.555584.31
HexEDC1DB013871453754
Octal35530133302310750567124
Binary11101101110000011101101101001110001111010001011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC1DB; }

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

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

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

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

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

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

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

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