Html Css Color HEX #EBB6D0 Lavender Pink

📋 copy color: '#EBB6D0'

red 235 ◦ green 182 ◦ blue 208

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

Shades of Lavender Pink #EBB6D0

Tints of Lavender Pink #EBB6D0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.12%

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

R = 37.6%
G = 29.12%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBB6D0 (or 0xEBB6D0) is known color: Lavender Pink. HEX triplet: EB, B6 and D0. RGB value is (235,182,208). Sum of RGB (Red+Green+Blue) = 235+182+208=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6D0 is #14492F. Grayscale: #C8C8C8. Windows color (decimal): -1329456 or 13678315. OLE color: 13678315.

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

Color convert

RGB 235 182 208 -
CMYK 0 0.23 0.11 0.08
HSL 330.57º 0.57% 0.82% -
HSV(B) 330.57º 0.23% 0.92% -
XYZ 62.37 55.67 67.13 -
YUV 200.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 235 182 208 0 0.23 0.11 0.08 330.57 0.57 0.82
Hex EB B6 D0 0 17 B 8 14B 39 52
Octal 353 266 320 0 27 13 10 513 71 122
Binary 11101011 10110110 11010000 0 10111 1011 1000 101001011 111001 1010010

Color Harmonies of #EBB6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6D0

Black with #EBB6D0

Text Example


Text Example

White with #EBB6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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