#EDC4DB

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

Shades of Classic Rose #EDC4DB

Tints of Classic Rose #EDC4DB

Color information

#EDC4DB (or 0xEDC4DB) is unknown color: approx Classic Rose. HEX triplet: ED, C4 and DB. RGB value is (237,196,219). Sum of RGB (Red+Green+Blue) = 237+196+219=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4DB is #123B24. Grayscale: #D2D2D2. Windows color (decimal): -1194789 or 14402797. OLE color: 14402797.

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

Color convert

RGB237196219-
CMYK00.170.080.07
HSL326.34º53.25%84.9%-
HSV(B)326.34º17.3%92.94%-
XYZ67.4562.675.55-
YUV210.88132.58146.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 196 (76.95% from 255) = 30.06%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=36.35%
G=30.06%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719621900.170.080.07326.3453.2584.9
HexEDC4DB011871463555
Octal35530433302110750665125
Binary11101101110001001101101101000110001111010001101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC4DB; }

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

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

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

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

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

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

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

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