Html Css Color HEX #EDC5D1 Pink Lace

📋 copy color: '#EDC5D1'

red 237 ◦ green 197 ◦ blue 209

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

Shades of Pink Lace #EDC5D1

Tints of Pink Lace #EDC5D1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.64%

 BLUE value IS 209 (82.03% from 255) = 32.5%

R = 36.86%
G = 30.64%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDC5D1 (or 0xEDC5D1) is known color: Pink Lace. HEX triplet: ED, C5 and D1. RGB value is (237,197,209). Sum of RGB (Red+Green+Blue) = 237+197+209=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5D1 is #123A2E. Grayscale: #D2D2D2. Windows color (decimal): -1194543 or 13747693. OLE color: 13747693.

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

Color convert

RGB 237 197 209 -
CMYK 0 0.17 0.12 0.07
HSL 342º 0.53% 0.85% -
HSV(B) 342º 0.17% 0.93% -
XYZ 66.4 62.54 68.89 -
YUV 210.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 237 197 209 0 0.17 0.12 0.07 342 0.53 0.85
Hex ED C5 D1 0 11 C 7 156 35 55
Octal 355 305 321 0 21 14 7 526 65 125
Binary 11101101 11000101 11010001 0 10001 1100 111 101010110 110101 1010101

Color Harmonies of #EDC5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5D1

Black with #EDC5D1

Text Example


Text Example

White with #EDC5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5D1; }

 p { color: rgb(237,197,209); }

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

background-color css

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

 a { background-color: rgb(237,197,209); }

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

border-color css

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

 span { border-color: rgb(237,197,209); }

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