Html Css Color HEX #EFB6D4 Lavender Pink

📋 copy color: '#EFB6D4'

red 239 ◦ green 182 ◦ blue 212

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

Shades of Lavender Pink #EFB6D4

Tints of Lavender Pink #EFB6D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.49%

R = 37.76%
G = 28.75%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFB6D4 (or 0xEFB6D4) is known color: Lavender Pink. HEX triplet: EF, B6 and D4. RGB value is (239,182,212). Sum of RGB (Red+Green+Blue) = 239+182+212=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6D4 is #10492B. Grayscale: #CACACA. Windows color (decimal): -1067308 or 13940463. OLE color: 13940463.

HSL color Cylindrical-coordinate representation of color #EFB6D4: hue angle of 328.42º 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 #EFB6D4 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 182 212 -
CMYK 0 0.24 0.11 0.06
HSL 328.42º 0.64% 0.83% -
HSV(B) 328.42º 0.24% 0.94% -
XYZ 64.21 56.56 69.82 -
YUV 202.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 239 182 212 0 0.24 0.11 0.06 328.42 0.64 0.83
Hex EF B6 D4 0 18 B 6 148 40 53
Octal 357 266 324 0 30 13 6 510 100 123
Binary 11101111 10110110 11010100 0 11000 1011 110 101001000 1000000 1010011

Color Harmonies of #EFB6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6D4

Black with #EFB6D4

Text Example


Text Example

White with #EFB6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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