Html Css Color HEX #EFB6D0 Lavender Pink

📋 copy color: '#EFB6D0'

red 239 ◦ green 182 ◦ blue 208

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

Shades of Lavender Pink #EFB6D0

Tints of Lavender Pink #EFB6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.07%

R = 38%
G = 28.93%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFB6D0 (or 0xEFB6D0) is known color: Lavender Pink. HEX triplet: EF, B6 and D0. RGB value is (239,182,208). Sum of RGB (Red+Green+Blue) = 239+182+208=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6D0 is #10492F. Grayscale: #C9C9C9. Windows color (decimal): -1067312 or 13678319. OLE color: 13678319.

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

Color convert

RGB 239 182 208 -
CMYK 0 0.24 0.13 0.06
HSL 332.63º 0.64% 0.83% -
HSV(B) 332.63º 0.24% 0.94% -
XYZ 63.71 56.36 67.2 -
YUV 202.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 239 182 208 0 0.24 0.13 0.06 332.63 0.64 0.83
Hex EF B6 D0 0 18 D 6 14D 40 53
Octal 357 266 320 0 30 15 6 515 100 123
Binary 11101111 10110110 11010000 0 11000 1101 110 101001101 1000000 1010011

Color Harmonies of #EFB6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6D0

Black with #EFB6D0

Text Example


Text Example

White with #EFB6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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