Html Css Color HEX #EDC5D9 Classic Rose

📋 copy color: '#EDC5D9'

red 237 ◦ green 197 ◦ blue 217

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

Shades of Classic Rose #EDC5D9

Tints of Classic Rose #EDC5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.33%

R = 36.41%
G = 30.26%
B = 33.33%

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

#EDC5D9 (or 0xEDC5D9) is known color: Classic Rose. HEX triplet: ED, C5 and D9. RGB value is (237,197,217). Sum of RGB (Red+Green+Blue) = 237+197+217=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5D9 is #123A26. Grayscale: #D3D3D3. Windows color (decimal): -1194535 or 14271981. OLE color: 14271981.

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

Color convert

RGB 237 197 217 -
CMYK 0 0.17 0.08 0.07
HSL 330º 0.53% 0.85% -
HSV(B) 330º 0.17% 0.93% -
XYZ 67.42 62.95 74.24 -
YUV 211.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 237 197 217 0 0.17 0.08 0.07 330 0.53 0.85
Hex ED C5 D9 0 11 8 7 14A 35 55
Octal 355 305 331 0 21 10 7 512 65 125
Binary 11101101 11000101 11011001 0 10001 1000 111 101001010 110101 1010101

Color Harmonies of #EDC5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5D9

Black with #EDC5D9

Text Example


Text Example

White with #EDC5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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