Html Css Color HEX #EFB6D9 Lavender Pink

📋 copy color: '#EFB6D9'

red 239 ◦ green 182 ◦ blue 217

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

Shades of Lavender Pink #EFB6D9

Tints of Lavender Pink #EFB6D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.01%

R = 37.46%
G = 28.53%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFB6D9 (or 0xEFB6D9) is known color: Lavender Pink. HEX triplet: EF, B6 and D9. RGB value is (239,182,217). Sum of RGB (Red+Green+Blue) = 239+182+217=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6D9 is #104926. Grayscale: #CACACA. Windows color (decimal): -1067303 or 14268143. OLE color: 14268143.

HSL color Cylindrical-coordinate representation of color #EFB6D9: hue angle of 323.16º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6D9 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 182 217 -
CMYK 0 0.24 0.09 0.06
HSL 323.16º 0.64% 0.83% -
HSV(B) 323.16º 0.24% 0.94% -
XYZ 64.85 56.82 73.19 -
YUV 203.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 239 182 217 0 0.24 0.09 0.06 323.16 0.64 0.83
Hex EF B6 D9 0 18 9 6 143 40 53
Octal 357 266 331 0 30 11 6 503 100 123
Binary 11101111 10110110 11011001 0 11000 1001 110 101000011 1000000 1010011

Color Harmonies of #EFB6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6D9

Black with #EFB6D9

Text Example


Text Example

White with #EFB6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6D9; }

 p { color: rgb(239,182,217); }

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

background-color css

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

 a { background-color: rgb(239,182,217); }

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

border-color css

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

 span { border-color: rgb(239,182,217); }

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