Html Css Color HEX #EDC5CF Pink Lace

📋 copy color: '#EDC5CF'

red 237 ◦ green 197 ◦ blue 207

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

Shades of Pink Lace #EDC5CF

Tints of Pink Lace #EDC5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.29%

R = 36.97%
G = 30.73%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDC5CF (or 0xEDC5CF) is known color: Pink Lace. HEX triplet: ED, C5 and CF. RGB value is (237,197,207). Sum of RGB (Red+Green+Blue) = 237+197+207=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5CF is #123A30. Grayscale: #D2D2D2. Windows color (decimal): -1194545 or 13616621. OLE color: 13616621.

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

Color convert

RGB 237 197 207 -
CMYK 0 0.17 0.13 0.07
HSL 345º 0.53% 0.85% -
HSV(B) 345º 0.17% 0.93% -
XYZ 66.15 62.44 67.6 -
YUV 210.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 237 197 207 0 0.17 0.13 0.07 345 0.53 0.85
Hex ED C5 CF 0 11 D 7 159 35 55
Octal 355 305 317 0 21 15 7 531 65 125
Binary 11101101 11000101 11001111 0 10001 1101 111 101011001 110101 1010101

Color Harmonies of #EDC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5CF

Black with #EDC5CF

Text Example


Text Example

White with #EDC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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