Html Css Color HEX #EBC7CE Pink Lace

📋 copy color: '#EBC7CE'

red 235 ◦ green 199 ◦ blue 206

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

Shades of Pink Lace #EBC7CE

Tints of Pink Lace #EBC7CE

RGB

 RED value IS 235 (92.19% from 255) = 36.72%

 GREEN value IS 199 (78.13% from 255) = 31.09%

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

R = 36.72%
G = 31.09%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBC7CE (or 0xEBC7CE) is known color: Pink Lace. HEX triplet: EB, C7 and CE. RGB value is (235,199,206). Sum of RGB (Red+Green+Blue) = 235+199+206=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7CE is #143831. Grayscale: #D2D2D2. Windows color (decimal): -1325106 or 13551595. OLE color: 13551595.

HSL color Cylindrical-coordinate representation of color #EBC7CE: hue angle of 348.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC7CE is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 206 -
CMYK 0 0.15 0.12 0.08
HSL 348.33º 0.47% 0.85% -
HSV(B) 348.33º 0.15% 0.92% -
XYZ 65.82 62.97 67.08 -
YUV 210.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 235 199 206 0 0.15 0.12 0.08 348.33 0.47 0.85
Hex EB C7 CE 0 F C 8 15C 2F 55
Octal 353 307 316 0 17 14 10 534 57 125
Binary 11101011 11000111 11001110 0 1111 1100 1000 101011100 101111 1010101

Color Harmonies of #EBC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7CE

Black with #EBC7CE

Text Example


Text Example

White with #EBC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7CE; }

 p { color: rgb(235,199,206); }

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

background-color css

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

 a { background-color: rgb(235,199,206); }

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

border-color css

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

 span { border-color: rgb(235,199,206); }

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