Html Css Color HEX #EFB0DA Lavender Pink

📋 copy color: '#EFB0DA'

red 239 ◦ green 176 ◦ blue 218

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

Shades of Lavender Pink #EFB0DA

Tints of Lavender Pink #EFB0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.44%

R = 37.76%
G = 27.8%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFB0DA (or 0xEFB0DA) is known color: Lavender Pink. HEX triplet: EF, B0 and DA. RGB value is (239,176,218). Sum of RGB (Red+Green+Blue) = 239+176+218=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0DA is #104F25. Grayscale: #C7C7C7. Windows color (decimal): -1068838 or 14332143. OLE color: 14332143.

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

Color convert

RGB 239 176 218 -
CMYK 0 0.26 0.09 0.06
HSL 320º 0.66% 0.81% -
HSV(B) 320º 0.26% 0.94% -
XYZ 63.78 54.46 73.48 -
YUV 199.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 239 176 218 0 0.26 0.09 0.06 320 0.66 0.81
Hex EF B0 DA 0 1A 9 6 140 42 51
Octal 357 260 332 0 32 11 6 500 102 121
Binary 11101111 10110000 11011010 0 11010 1001 110 101000000 1000010 1010001

Color Harmonies of #EFB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0DA

Black with #EFB0DA

Text Example


Text Example

White with #EFB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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