Html Css Color HEX #EDC2DC Classic Rose

📋 copy color: '#EDC2DC'

red 237 ◦ green 194 ◦ blue 220

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

Shades of Classic Rose #EDC2DC

Tints of Classic Rose #EDC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.8%

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

R = 36.41%
G = 29.8%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDC2DC (or 0xEDC2DC) is known color: Classic Rose. HEX triplet: ED, C2 and DC. RGB value is (237,194,220). Sum of RGB (Red+Green+Blue) = 237+194+220=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2DC is #123D23. Grayscale: #D1D1D1. Windows color (decimal): -1195300 or 14467821. OLE color: 14467821.

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

Color convert

RGB 237 194 220 -
CMYK 0 0.18 0.07 0.07
HSL 323.72º 0.54% 0.85% -
HSV(B) 323.72º 0.18% 0.93% -
XYZ 67.14 61.76 76.09 -
YUV 209.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 237 194 220 0 0.18 0.07 0.07 323.72 0.54 0.85
Hex ED C2 DC 0 12 7 7 144 36 55
Octal 355 302 334 0 22 7 7 504 66 125
Binary 11101101 11000010 11011100 0 10010 111 111 101000100 110110 1010101

Color Harmonies of #EDC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2DC

Black with #EDC2DC

Text Example


Text Example

White with #EDC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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