Html Css Color HEX #EBB8D4 Lavender Pink

📋 copy color: '#EBB8D4'

red 235 ◦ green 184 ◦ blue 212

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

Shades of Lavender Pink #EBB8D4

Tints of Lavender Pink #EBB8D4

RGB

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

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

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

R = 37.24%
G = 29.16%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBB8D4 (or 0xEBB8D4) is known color: Lavender Pink. HEX triplet: EB, B8 and D4. RGB value is (235,184,212). Sum of RGB (Red+Green+Blue) = 235+184+212=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8D4 is #14472B. Grayscale: #CACACA. Windows color (decimal): -1328940 or 13940971. OLE color: 13940971.

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

Color convert

RGB 235 184 212 -
CMYK 0 0.22 0.10 0.08
HSL 327.06º 0.56% 0.82% -
HSV(B) 327.06º 0.22% 0.92% -
XYZ 63.29 56.7 69.9 -
YUV 202.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 235 184 212 0 0.22 0.10 0.08 327.06 0.56 0.82
Hex EB B8 D4 0 16 A 8 147 38 52
Octal 353 270 324 0 26 12 10 507 70 122
Binary 11101011 10111000 11010100 0 10110 1010 1000 101000111 111000 1010010

Color Harmonies of #EBB8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB8D4

Black with #EBB8D4

Text Example


Text Example

White with #EBB8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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