Html Css Color HEX #EDC0DC Classic Rose

📋 copy color: '#EDC0DC'

red 237 ◦ green 192 ◦ blue 220

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

Shades of Classic Rose #EDC0DC

Tints of Classic Rose #EDC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.58%

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

R = 36.52%
G = 29.58%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDC0DC (or 0xEDC0DC) is known color: Classic Rose. HEX triplet: ED, C0 and DC. RGB value is (237,192,220). Sum of RGB (Red+Green+Blue) = 237+192+220=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0DC is #123F23. Grayscale: #D0D0D0. Windows color (decimal): -1195812 or 14467309. OLE color: 14467309.

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

Color convert

RGB 237 192 220 -
CMYK 0 0.19 0.07 0.07
HSL 322.67º 0.56% 0.84% -
HSV(B) 322.67º 0.19% 0.93% -
XYZ 66.69 60.87 75.94 -
YUV 208.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 237 192 220 0 0.19 0.07 0.07 322.67 0.56 0.84
Hex ED C0 DC 0 13 7 7 143 38 54
Octal 355 300 334 0 23 7 7 503 70 124
Binary 11101101 11000000 11011100 0 10011 111 111 101000011 111000 1010100

Color Harmonies of #EDC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0DC

Black with #EDC0DC

Text Example


Text Example

White with #EDC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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