Html Css Color HEX #EDC5CE Pink Lace

📋 copy color: '#EDC5CE'

red 237 ◦ green 197 ◦ blue 206

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

Shades of Pink Lace #EDC5CE

Tints of Pink Lace #EDC5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.19%

R = 37.03%
G = 30.78%
B = 32.19%

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

#EDC5CE (or 0xEDC5CE) is known color: Pink Lace. HEX triplet: ED, C5 and CE. RGB value is (237,197,206). Sum of RGB (Red+Green+Blue) = 237+197+206=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5CE is #123A31. Grayscale: #D1D1D1. Windows color (decimal): -1194546 or 13551085. OLE color: 13551085.

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

Color convert

RGB 237 197 206 -
CMYK 0 0.17 0.13 0.07
HSL 346.5º 0.53% 0.85% -
HSV(B) 346.5º 0.17% 0.93% -
XYZ 66.03 62.39 66.96 -
YUV 209.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 237 197 206 0 0.17 0.13 0.07 346.5 0.53 0.85
Hex ED C5 CE 0 11 D 7 15A 35 55
Octal 355 305 316 0 21 15 7 532 65 125
Binary 11101101 11000101 11001110 0 10001 1101 111 101011010 110101 1010101

Color Harmonies of #EDC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5CE

Black with #EDC5CE

Text Example


Text Example

White with #EDC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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