Html Css Color HEX #EDC4DB Classic Rose

📋 copy color: '#EDC4DB'

red 237 ◦ green 196 ◦ blue 219

#EDC4DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #EDC4DB

Tints of Classic Rose #EDC4DB

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 value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDC4DB (or 0xEDC4DB) is known color: 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

RGB 237 196 219 -
CMYK 0 0.17 0.08 0.07
HSL 326.34º 0.53% 0.85% -
HSV(B) 326.34º 0.17% 0.93% -
XYZ 67.45 62.6 75.55 -
YUV 210.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 237 196 219 0 0.17 0.08 0.07 326.34 0.53 0.85
Hex ED C4 DB 0 11 8 7 146 35 55
Octal 355 304 333 0 21 10 7 506 65 125
Binary 11101101 11000100 11011011 0 10001 1000 111 101000110 110101 1010101

Color Harmonies of #EDC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC4DB

Black with #EDC4DB

Text Example


Text Example

White with #EDC4DB

Text Example


Text Example

HTML Codes & Css Web 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>