Html Css Color HEX #EBB8D5 Lavender Pink

📋 copy color: '#EBB8D5'

red 235 ◦ green 184 ◦ blue 213

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

Shades of Lavender Pink #EBB8D5

Tints of Lavender Pink #EBB8D5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.11%

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

R = 37.18%
G = 29.11%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBB8D5 (or 0xEBB8D5) is known color: Lavender Pink. HEX triplet: EB, B8 and D5. RGB value is (235,184,213). Sum of RGB (Red+Green+Blue) = 235+184+213=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8D5 is #14472A. Grayscale: #CACACA. Windows color (decimal): -1328939 or 14006507. OLE color: 14006507.

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

Color convert

RGB 235 184 213 -
CMYK 0 0.22 0.09 0.08
HSL 325.88º 0.56% 0.82% -
HSV(B) 325.88º 0.22% 0.92% -
XYZ 63.41 56.75 70.56 -
YUV 202.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 235 184 213 0 0.22 0.09 0.08 325.88 0.56 0.82
Hex EB B8 D5 0 16 9 8 146 38 52
Octal 353 270 325 0 26 11 10 506 70 122
Binary 11101011 10111000 11010101 0 10110 1001 1000 101000110 111000 1010010

Color Harmonies of #EBB8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB8D5

Black with #EBB8D5

Text Example


Text Example

White with #EBB8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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