Html Css Color HEX #EDC0DA Classic Rose

📋 copy color: '#EDC0DA'

red 237 ◦ green 192 ◦ blue 218

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

Shades of Classic Rose #EDC0DA

Tints of Classic Rose #EDC0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.69%

R = 36.63%
G = 29.68%
B = 33.69%

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

#EDC0DA (or 0xEDC0DA) is known color: Classic Rose. HEX triplet: ED, C0 and DA. RGB value is (237,192,218). Sum of RGB (Red+Green+Blue) = 237+192+218=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0DA is #123F25. Grayscale: #D0D0D0. Windows color (decimal): -1195814 or 14336237. OLE color: 14336237.

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

Color convert

RGB 237 192 218 -
CMYK 0 0.19 0.08 0.07
HSL 325.33º 0.56% 0.84% -
HSV(B) 325.33º 0.19% 0.93% -
XYZ 66.43 60.77 74.56 -
YUV 208.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 237 192 218 0 0.19 0.08 0.07 325.33 0.56 0.84
Hex ED C0 DA 0 13 8 7 145 38 54
Octal 355 300 332 0 23 10 7 505 70 124
Binary 11101101 11000000 11011010 0 10011 1000 111 101000101 111000 1010100

Color Harmonies of #EDC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0DA

Black with #EDC0DA

Text Example


Text Example

White with #EDC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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