Html Css Color HEX #EDC4DA Classic Rose

📋 copy color: '#EDC4DA'

red 237 ◦ green 196 ◦ blue 218

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

Shades of Classic Rose #EDC4DA

Tints of Classic Rose #EDC4DA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.11%

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

R = 36.41%
G = 30.11%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDC4DA (or 0xEDC4DA) is known color: Classic Rose. HEX triplet: ED, C4 and DA. RGB value is (237,196,218). Sum of RGB (Red+Green+Blue) = 237+196+218=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4DA is #123B25. Grayscale: #D2D2D2. Windows color (decimal): -1194790 or 14337261. OLE color: 14337261.

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

Color convert

RGB 237 196 218 -
CMYK 0 0.17 0.08 0.07
HSL 327.8º 0.53% 0.85% -
HSV(B) 327.8º 0.17% 0.93% -
XYZ 67.32 62.55 74.85 -
YUV 210.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 237 196 218 0 0.17 0.08 0.07 327.8 0.53 0.85
Hex ED C4 DA 0 11 8 7 148 35 55
Octal 355 304 332 0 21 10 7 510 65 125
Binary 11101101 11000100 11011010 0 10001 1000 111 101001000 110101 1010101

Color Harmonies of #EDC4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC4DA

Black with #EDC4DA

Text Example


Text Example

White with #EDC4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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