Html Css Color HEX #EBC5D0 Pink Lace

📋 copy color: '#EBC5D0'

red 235 ◦ green 197 ◦ blue 208

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

Shades of Pink Lace #EBC5D0

Tints of Pink Lace #EBC5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.5%

R = 36.72%
G = 30.78%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBC5D0 (or 0xEBC5D0) is known color: Pink Lace. HEX triplet: EB, C5 and D0. RGB value is (235,197,208). Sum of RGB (Red+Green+Blue) = 235+197+208=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5D0 is #143A2F. Grayscale: #D1D1D1. Windows color (decimal): -1325616 or 13682155. OLE color: 13682155.

HSL color Cylindrical-coordinate representation of color #EBC5D0: hue angle of 342.63º degrees, saturation: 0.49, 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 #EBC5D0 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 208 -
CMYK 0 0.16 0.11 0.08
HSL 342.63º 0.49% 0.85% -
HSV(B) 342.63º 0.16% 0.92% -
XYZ 65.61 62.15 68.21 -
YUV 209.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 235 197 208 0 0.16 0.11 0.08 342.63 0.49 0.85
Hex EB C5 D0 0 10 B 8 157 31 55
Octal 353 305 320 0 20 13 10 527 61 125
Binary 11101011 11000101 11010000 0 10000 1011 1000 101010111 110001 1010101

Color Harmonies of #EBC5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5D0

Black with #EBC5D0

Text Example


Text Example

White with #EBC5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5D0; }

 p { color: rgb(235,197,208); }

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

background-color css

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

 a { background-color: rgb(235,197,208); }

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

border-color css

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

 span { border-color: rgb(235,197,208); }

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