Html Css Color HEX #EDC2DA Classic Rose

📋 copy color: '#EDC2DA'

red 237 ◦ green 194 ◦ blue 218

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

Shades of Classic Rose #EDC2DA

Tints of Classic Rose #EDC2DA

RGB

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

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

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

R = 36.52%
G = 29.89%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDC2DA (or 0xEDC2DA) is known color: Classic Rose. HEX triplet: ED, C2 and DA. RGB value is (237,194,218). Sum of RGB (Red+Green+Blue) = 237+194+218=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2DA is #123D25. Grayscale: #D1D1D1. Windows color (decimal): -1195302 or 14336749. OLE color: 14336749.

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

Color convert

RGB 237 194 218 -
CMYK 0 0.18 0.08 0.07
HSL 326.51º 0.54% 0.85% -
HSV(B) 326.51º 0.18% 0.93% -
XYZ 66.87 61.65 74.7 -
YUV 209.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 237 194 218 0 0.18 0.08 0.07 326.51 0.54 0.85
Hex ED C2 DA 0 12 8 7 147 36 55
Octal 355 302 332 0 22 10 7 507 66 125
Binary 11101101 11000010 11011010 0 10010 1000 111 101000111 110110 1010101

Color Harmonies of #EDC2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2DA

Black with #EDC2DA

Text Example


Text Example

White with #EDC2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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