Html Css Color HEX #EFB5D3 Lavender Pink

📋 copy color: '#EFB5D3'

red 239 ◦ green 181 ◦ blue 211

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

Shades of Lavender Pink #EFB5D3

Tints of Lavender Pink #EFB5D3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.68%

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

R = 37.88%
G = 28.68%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFB5D3 (or 0xEFB5D3) is known color: Lavender Pink. HEX triplet: EF, B5 and D3. RGB value is (239,181,211). Sum of RGB (Red+Green+Blue) = 239+181+211=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5D3 is #104A2C. Grayscale: #C9C9C9. Windows color (decimal): -1067565 or 13874671. OLE color: 13874671.

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

Color convert

RGB 239 181 211 -
CMYK 0 0.24 0.12 0.06
HSL 328.97º 0.64% 0.82% -
HSV(B) 328.97º 0.24% 0.94% -
XYZ 63.88 56.1 69.09 -
YUV 201.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 239 181 211 0 0.24 0.12 0.06 328.97 0.64 0.82
Hex EF B5 D3 0 18 C 6 149 40 52
Octal 357 265 323 0 30 14 6 511 100 122
Binary 11101111 10110101 11010011 0 11000 1100 110 101001001 1000000 1010010

Color Harmonies of #EFB5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5D3

Black with #EFB5D3

Text Example


Text Example

White with #EFB5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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