Html Css Color HEX #EBB1CE Lavender Pink

📋 copy color: '#EBB1CE'

red 235 ◦ green 177 ◦ blue 206

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

Shades of Lavender Pink #EBB1CE

Tints of Lavender Pink #EBB1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.64%

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

R = 38.03%
G = 28.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBB1CE (or 0xEBB1CE) is known color: Lavender Pink. HEX triplet: EB, B1 and CE. RGB value is (235,177,206). Sum of RGB (Red+Green+Blue) = 235+177+206=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1CE is #144E31. Grayscale: #C5C5C5. Windows color (decimal): -1330738 or 13545963. OLE color: 13545963.

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

Color convert

RGB 235 177 206 -
CMYK 0 0.25 0.12 0.08
HSL 330º 0.59% 0.81% -
HSV(B) 330º 0.25% 0.92% -
XYZ 61.12 53.56 65.51 -
YUV 197.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 235 177 206 0 0.25 0.12 0.08 330 0.59 0.81
Hex EB B1 CE 0 19 C 8 14A 3B 51
Octal 353 261 316 0 31 14 10 512 73 121
Binary 11101011 10110001 11001110 0 11001 1100 1000 101001010 111011 1010001

Color Harmonies of #EBB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1CE

Black with #EBB1CE

Text Example


Text Example

White with #EBB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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