Html Css Color HEX #EDC6DC Classic Rose

📋 copy color: '#EDC6DC'

red 237 ◦ green 198 ◦ blue 220

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

Shades of Classic Rose #EDC6DC

Tints of Classic Rose #EDC6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.23%

 BLUE value IS 220 (86.33% from 255) = 33.59%

R = 36.18%
G = 30.23%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDC6DC (or 0xEDC6DC) is known color: Classic Rose. HEX triplet: ED, C6 and DC. RGB value is (237,198,220). Sum of RGB (Red+Green+Blue) = 237+198+220=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6DC is #123923. Grayscale: #D4D4D4. Windows color (decimal): -1194276 or 14468845. OLE color: 14468845.

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

Color convert

RGB 237 198 220 -
CMYK 0 0.16 0.07 0.07
HSL 326.15º 0.52% 0.85% -
HSV(B) 326.15º 0.16% 0.93% -
XYZ 68.04 63.56 76.39 -
YUV 212.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 237 198 220 0 0.16 0.07 0.07 326.15 0.52 0.85
Hex ED C6 DC 0 10 7 7 146 34 55
Octal 355 306 334 0 20 7 7 506 64 125
Binary 11101101 11000110 11011100 0 10000 111 111 101000110 110100 1010101

Color Harmonies of #EDC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC6DC

Black with #EDC6DC

Text Example


Text Example

White with #EDC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC6DC; }

 p { color: rgb(237,198,220); }

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

background-color css

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

 a { background-color: rgb(237,198,220); }

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

border-color css

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

 span { border-color: rgb(237,198,220); }

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