Html Css Color HEX #EBC6CE Pink Lace

📋 copy color: '#EBC6CE'

red 235 ◦ green 198 ◦ blue 206

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

Shades of Pink Lace #EBC6CE

Tints of Pink Lace #EBC6CE

RGB

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

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

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

R = 36.78%
G = 30.99%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBC6CE (or 0xEBC6CE) is known color: Pink Lace. HEX triplet: EB, C6 and CE. RGB value is (235,198,206). Sum of RGB (Red+Green+Blue) = 235+198+206=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6CE is #143931. Grayscale: #D1D1D1. Windows color (decimal): -1325362 or 13551339. OLE color: 13551339.

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

Color convert

RGB 235 198 206 -
CMYK 0 0.16 0.12 0.08
HSL 347.03º 0.48% 0.85% -
HSV(B) 347.03º 0.16% 0.92% -
XYZ 65.6 62.51 67 -
YUV 209.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 235 198 206 0 0.16 0.12 0.08 347.03 0.48 0.85
Hex EB C6 CE 0 10 C 8 15B 30 55
Octal 353 306 316 0 20 14 10 533 60 125
Binary 11101011 11000110 11001110 0 10000 1100 1000 101011011 110000 1010101

Color Harmonies of #EBC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6CE

Black with #EBC6CE

Text Example


Text Example

White with #EBC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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