Html Css Color HEX #EFB0D3 Lavender Pink

📋 copy color: '#EFB0D3'

red 239 ◦ green 176 ◦ blue 211

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

Shades of Lavender Pink #EFB0D3

Tints of Lavender Pink #EFB0D3

RGB

 RED value IS 239 (93.75% from 255) = 38.18%

 GREEN value IS 176 (69.14% from 255) = 28.12%

 BLUE value IS 211 (82.81% from 255) = 33.71%

R = 38.18%
G = 28.12%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFB0D3 (or 0xEFB0D3) is known color: Lavender Pink. HEX triplet: EF, B0 and D3. RGB value is (239,176,211). Sum of RGB (Red+Green+Blue) = 239+176+211=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0D3 is #104F2C. Grayscale: #C6C6C6. Windows color (decimal): -1068845 or 13873391. OLE color: 13873391.

HSL color Cylindrical-coordinate representation of color #EFB0D3: hue angle of 326.67º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0D3 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 211 -
CMYK 0 0.26 0.12 0.06
HSL 326.67º 0.66% 0.81% -
HSV(B) 326.67º 0.26% 0.94% -
XYZ 62.88 54.1 68.76 -
YUV 198.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 239 176 211 0 0.26 0.12 0.06 326.67 0.66 0.81
Hex EF B0 D3 0 1A C 6 147 42 51
Octal 357 260 323 0 32 14 6 507 102 121
Binary 11101111 10110000 11010011 0 11010 1100 110 101000111 1000010 1010001

Color Harmonies of #EFB0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0D3

Black with #EFB0D3

Text Example


Text Example

White with #EFB0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0D3; }

 p { color: rgb(239,176,211); }

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

background-color css

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

 a { background-color: rgb(239,176,211); }

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

border-color css

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

 span { border-color: rgb(239,176,211); }

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