Html Css Color HEX #EDC5D8 Classic Rose

📋 copy color: '#EDC5D8'

red 237 ◦ green 197 ◦ blue 216

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

Shades of Classic Rose #EDC5D8

Tints of Classic Rose #EDC5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.23%

R = 36.46%
G = 30.31%
B = 33.23%

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

#EDC5D8 (or 0xEDC5D8) is known color: Classic Rose. HEX triplet: ED, C5 and D8. RGB value is (237,197,216). Sum of RGB (Red+Green+Blue) = 237+197+216=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5D8 is #123A27. Grayscale: #D3D3D3. Windows color (decimal): -1194536 or 14206445. OLE color: 14206445.

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

Color convert

RGB 237 197 216 -
CMYK 0 0.17 0.09 0.07
HSL 331.5º 0.53% 0.85% -
HSV(B) 331.5º 0.17% 0.93% -
XYZ 67.29 62.89 73.56 -
YUV 211.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 237 197 216 0 0.17 0.09 0.07 331.5 0.53 0.85
Hex ED C5 D8 0 11 9 7 14C 35 55
Octal 355 305 330 0 21 11 7 514 65 125
Binary 11101101 11000101 11011000 0 10001 1001 111 101001100 110101 1010101

Color Harmonies of #EDC5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5D8

Black with #EDC5D8

Text Example


Text Example

White with #EDC5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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