Html Css Color HEX #EBCED5 Pink Lace

📋 copy color: '#EBCED5'

red 235 ◦ green 206 ◦ blue 213

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

Shades of Pink Lace #EBCED5

Tints of Pink Lace #EBCED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.5%

 BLUE value IS 213 (83.59% from 255) = 32.57%

R = 35.93%
G = 31.5%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBCED5 (or 0xEBCED5) is known color: Pink Lace. HEX triplet: EB, CE and D5. RGB value is (235,206,213). Sum of RGB (Red+Green+Blue) = 235+206+213=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCED5 is #14312A. Grayscale: #D7D7D7. Windows color (decimal): -1323307 or 14012139. OLE color: 14012139.

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

Color convert

RGB 235 206 213 -
CMYK 0 0.12 0.09 0.08
HSL 345.52º 0.42% 0.86% -
HSV(B) 345.52º 0.12% 0.92% -
XYZ 68.34 66.61 72.21 -
YUV 215.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 235 206 213 0 0.12 0.09 0.08 345.52 0.42 0.86
Hex EB CE D5 0 C 9 8 15A 2A 56
Octal 353 316 325 0 14 11 10 532 52 126
Binary 11101011 11001110 11010101 0 1100 1001 1000 101011010 101010 1010110

Color Harmonies of #EBCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCED5

Black with #EBCED5

Text Example


Text Example

White with #EBCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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