Html Css Color HEX #EBB6D4 Lavender Pink

📋 copy color: '#EBB6D4'

red 235 ◦ green 182 ◦ blue 212

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

Shades of Lavender Pink #EBB6D4

Tints of Lavender Pink #EBB6D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.7%

R = 37.36%
G = 28.93%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBB6D4 (or 0xEBB6D4) is known color: Lavender Pink. HEX triplet: EB, B6 and D4. RGB value is (235,182,212). Sum of RGB (Red+Green+Blue) = 235+182+212=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6D4 is #14492B. Grayscale: #C9C9C9. Windows color (decimal): -1329452 or 13940459. OLE color: 13940459.

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

Color convert

RGB 235 182 212 -
CMYK 0 0.23 0.10 0.08
HSL 326.04º 0.57% 0.82% -
HSV(B) 326.04º 0.23% 0.92% -
XYZ 62.87 55.87 69.76 -
YUV 201.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 235 182 212 0 0.23 0.10 0.08 326.04 0.57 0.82
Hex EB B6 D4 0 17 A 8 146 39 52
Octal 353 266 324 0 27 12 10 506 71 122
Binary 11101011 10110110 11010100 0 10111 1010 1000 101000110 111001 1010010

Color Harmonies of #EBB6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6D4

Black with #EBB6D4

Text Example


Text Example

White with #EBB6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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