Html Css Color HEX #EBB7D0 Lavender Pink

📋 copy color: '#EBB7D0'

red 235 ◦ green 183 ◦ blue 208

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

Shades of Lavender Pink #EBB7D0

Tints of Lavender Pink #EBB7D0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.23%

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

R = 37.54%
G = 29.23%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBB7D0 (or 0xEBB7D0) is known color: Lavender Pink. HEX triplet: EB, B7 and D0. RGB value is (235,183,208). Sum of RGB (Red+Green+Blue) = 235+183+208=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7D0 is #14482F. Grayscale: #C9C9C9. Windows color (decimal): -1329200 or 13678571. OLE color: 13678571.

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

Color convert

RGB 235 183 208 -
CMYK 0 0.22 0.11 0.08
HSL 331.15º 0.57% 0.82% -
HSV(B) 331.15º 0.22% 0.92% -
XYZ 62.58 56.08 67.2 -
YUV 201.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 235 183 208 0 0.22 0.11 0.08 331.15 0.57 0.82
Hex EB B7 D0 0 16 B 8 14B 39 52
Octal 353 267 320 0 26 13 10 513 71 122
Binary 11101011 10110111 11010000 0 10110 1011 1000 101001011 111001 1010010

Color Harmonies of #EBB7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB7D0

Black with #EBB7D0

Text Example


Text Example

White with #EBB7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB7D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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