Html Css Color HEX #EDC6CE Pink Lace

📋 copy color: '#EDC6CE'

red 237 ◦ green 198 ◦ blue 206

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

Shades of Pink Lace #EDC6CE

Tints of Pink Lace #EDC6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.89%

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

R = 36.97%
G = 30.89%
B = 32.14%

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

#EDC6CE (or 0xEDC6CE) is known color: Pink Lace. HEX triplet: ED, C6 and CE. RGB value is (237,198,206). Sum of RGB (Red+Green+Blue) = 237+198+206=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6CE is #123931. Grayscale: #D2D2D2. Windows color (decimal): -1194290 or 13551341. OLE color: 13551341.

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

Color convert

RGB 237 198 206 -
CMYK 0 0.16 0.13 0.07
HSL 347.69º 0.52% 0.85% -
HSV(B) 347.69º 0.16% 0.93% -
XYZ 66.26 62.85 67.03 -
YUV 210.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 237 198 206 0 0.16 0.13 0.07 347.69 0.52 0.85
Hex ED C6 CE 0 10 D 7 15C 34 55
Octal 355 306 316 0 20 15 7 534 64 125
Binary 11101101 11000110 11001110 0 10000 1101 111 101011100 110100 1010101

Color Harmonies of #EDC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC6CE

Black with #EDC6CE

Text Example


Text Example

White with #EDC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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