Html Css Color HEX #EDC8CE Pink Lace

📋 copy color: '#EDC8CE'

red 237 ◦ green 200 ◦ blue 206

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

Shades of Pink Lace #EDC8CE

Tints of Pink Lace #EDC8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.1%

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

R = 36.86%
G = 31.1%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDC8CE (or 0xEDC8CE) is known color: Pink Lace. HEX triplet: ED, C8 and CE. RGB value is (237,200,206). Sum of RGB (Red+Green+Blue) = 237+200+206=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8CE is #123731. Grayscale: #D3D3D3. Windows color (decimal): -1193778 or 13551853. OLE color: 13551853.

HSL color Cylindrical-coordinate representation of color #EDC8CE: hue angle of 350.27º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC8CE is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 206 -
CMYK 0 0.16 0.13 0.07
HSL 350.27º 0.51% 0.86% -
HSV(B) 350.27º 0.16% 0.93% -
XYZ 66.72 63.77 67.18 -
YUV 211.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 237 200 206 0 0.16 0.13 0.07 350.27 0.51 0.86
Hex ED C8 CE 0 10 D 7 15E 33 56
Octal 355 310 316 0 20 15 7 536 63 126
Binary 11101101 11001000 11001110 0 10000 1101 111 101011110 110011 1010110

Color Harmonies of #EDC8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8CE

Black with #EDC8CE

Text Example


Text Example

White with #EDC8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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