Html Css Color HEX #EDC5D7 Classic Rose

📋 copy color: '#EDC5D7'

red 237 ◦ green 197 ◦ blue 215

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

Shades of Classic Rose #EDC5D7

Tints of Classic Rose #EDC5D7

RGB

 RED value IS 237 (92.97% from 255) = 36.52%

 GREEN value IS 197 (77.34% from 255) = 30.35%

 BLUE value IS 215 (84.38% from 255) = 33.13%

R = 36.52%
G = 30.35%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDC5D7 (or 0xEDC5D7) is known color: Classic Rose. HEX triplet: ED, C5 and D7. RGB value is (237,197,215). Sum of RGB (Red+Green+Blue) = 237+197+215=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5D7 is #123A28. Grayscale: #D2D2D2. Windows color (decimal): -1194537 or 14140909. OLE color: 14140909.

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

Color convert

RGB 237 197 215 -
CMYK 0 0.17 0.09 0.07
HSL 333º 0.53% 0.85% -
HSV(B) 333º 0.17% 0.93% -
XYZ 67.16 62.84 72.88 -
YUV 211.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 237 197 215 0 0.17 0.09 0.07 333 0.53 0.85
Hex ED C5 D7 0 11 9 7 14D 35 55
Octal 355 305 327 0 21 11 7 515 65 125
Binary 11101101 11000101 11010111 0 10001 1001 111 101001101 110101 1010101

Color Harmonies of #EDC5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5D7

Black with #EDC5D7

Text Example


Text Example

White with #EDC5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5D7; }

 p { color: rgb(237,197,215); }

 H1.HeaderClassName
 {
   color: #EDC5D7;
 }
 .AnyTagClassName
 {
   color: #EDC5D7;
 }
</style>

background-color css

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

 a { background-color: rgb(237,197,215); }

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

border-color css

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

 span { border-color: rgb(237,197,215); }

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