Html Css Color HEX #EFB4D3 Lavender Pink

📋 copy color: '#EFB4D3'

red 239 ◦ green 180 ◦ blue 211

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

Shades of Lavender Pink #EFB4D3

Tints of Lavender Pink #EFB4D3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.57%

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

R = 37.94%
G = 28.57%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFB4D3 (or 0xEFB4D3) is known color: Lavender Pink. HEX triplet: EF, B4 and D3. RGB value is (239,180,211). Sum of RGB (Red+Green+Blue) = 239+180+211=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4D3 is #104B2C. Grayscale: #C9C9C9. Windows color (decimal): -1067821 or 13874415. OLE color: 13874415.

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

Color convert

RGB 239 180 211 -
CMYK 0 0.25 0.12 0.06
HSL 328.47º 0.65% 0.82% -
HSV(B) 328.47º 0.25% 0.94% -
XYZ 63.68 55.7 69.02 -
YUV 201.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 239 180 211 0 0.25 0.12 0.06 328.47 0.65 0.82
Hex EF B4 D3 0 19 C 6 148 41 52
Octal 357 264 323 0 31 14 6 510 101 122
Binary 11101111 10110100 11010011 0 11001 1100 110 101001000 1000001 1010010

Color Harmonies of #EFB4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4D3

Black with #EFB4D3

Text Example


Text Example

White with #EFB4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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