Html Css Color HEX #EDC0D9 Classic Rose

📋 copy color: '#EDC0D9'

red 237 ◦ green 192 ◦ blue 217

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

Shades of Classic Rose #EDC0D9

Tints of Classic Rose #EDC0D9

RGB

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

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

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

R = 36.69%
G = 29.72%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDC0D9 (or 0xEDC0D9) is known color: Classic Rose. HEX triplet: ED, C0 and D9. RGB value is (237,192,217). Sum of RGB (Red+Green+Blue) = 237+192+217=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0D9 is #123F26. Grayscale: #D0D0D0. Windows color (decimal): -1195815 or 14270701. OLE color: 14270701.

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

Color convert

RGB 237 192 217 -
CMYK 0 0.19 0.08 0.07
HSL 326.67º 0.56% 0.84% -
HSV(B) 326.67º 0.19% 0.93% -
XYZ 66.3 60.71 73.87 -
YUV 208.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 237 192 217 0 0.19 0.08 0.07 326.67 0.56 0.84
Hex ED C0 D9 0 13 8 7 147 38 54
Octal 355 300 331 0 23 10 7 507 70 124
Binary 11101101 11000000 11011001 0 10011 1000 111 101000111 111000 1010100

Color Harmonies of #EDC0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0D9

Black with #EDC0D9

Text Example


Text Example

White with #EDC0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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