Html Css Color HEX #EBB1CD Lavender Pink

📋 copy color: '#EBB1CD'

red 235 ◦ green 177 ◦ blue 205

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

Shades of Lavender Pink #EBB1CD

Tints of Lavender Pink #EBB1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.23%

R = 38.09%
G = 28.69%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBB1CD (or 0xEBB1CD) is known color: Lavender Pink. HEX triplet: EB, B1 and CD. RGB value is (235,177,205). Sum of RGB (Red+Green+Blue) = 235+177+205=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1CD is #144E32. Grayscale: #C5C5C5. Windows color (decimal): -1330739 or 13480427. OLE color: 13480427.

HSL color Cylindrical-coordinate representation of color #EBB1CD: hue angle of 331.03º 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 #EBB1CD is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 177 205 -
CMYK 0 0.25 0.13 0.08
HSL 331.03º 0.59% 0.81% -
HSV(B) 331.03º 0.25% 0.92% -
XYZ 61 53.51 64.87 -
YUV 197.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 235 177 205 0 0.25 0.13 0.08 331.03 0.59 0.81
Hex EB B1 CD 0 19 D 8 14B 3B 51
Octal 353 261 315 0 31 15 10 513 73 121
Binary 11101011 10110001 11001101 0 11001 1101 1000 101001011 111011 1010001

Color Harmonies of #EBB1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1CD

Black with #EBB1CD

Text Example


Text Example

White with #EBB1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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