Html Css Color HEX #EFB0D0 Lavender Pink

📋 copy color: '#EFB0D0'

red 239 ◦ green 176 ◦ blue 208

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

Shades of Lavender Pink #EFB0D0

Tints of Lavender Pink #EFB0D0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.25%

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

R = 38.36%
G = 28.25%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFB0D0 (or 0xEFB0D0) is known color: Lavender Pink. HEX triplet: EF, B0 and D0. RGB value is (239,176,208). Sum of RGB (Red+Green+Blue) = 239+176+208=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0D0 is #104F2F. Grayscale: #C6C6C6. Windows color (decimal): -1068848 or 13676783. OLE color: 13676783.

HSL color Cylindrical-coordinate representation of color #EFB0D0: hue angle of 329.52º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0D0 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 208 -
CMYK 0 0.26 0.13 0.06
HSL 329.52º 0.66% 0.81% -
HSV(B) 329.52º 0.26% 0.94% -
XYZ 62.51 53.96 66.79 -
YUV 198.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 239 176 208 0 0.26 0.13 0.06 329.52 0.66 0.81
Hex EF B0 D0 0 1A D 6 14A 42 51
Octal 357 260 320 0 32 15 6 512 102 121
Binary 11101111 10110000 11010000 0 11010 1101 110 101001010 1000010 1010001

Color Harmonies of #EFB0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0D0

Black with #EFB0D0

Text Example


Text Example

White with #EFB0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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