Html Css Color HEX #EFB8DA Lavender Pink

📋 copy color: '#EFB8DA'

red 239 ◦ green 184 ◦ blue 218

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

Shades of Lavender Pink #EFB8DA

Tints of Lavender Pink #EFB8DA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.71%

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

R = 37.29%
G = 28.71%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFB8DA (or 0xEFB8DA) is known color: Lavender Pink. HEX triplet: EF, B8 and DA. RGB value is (239,184,218). Sum of RGB (Red+Green+Blue) = 239+184+218=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8DA is #104725. Grayscale: #CCCCCC. Windows color (decimal): -1066790 or 14334191. OLE color: 14334191.

HSL color Cylindrical-coordinate representation of color #EFB8DA: hue angle of 322.91º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB8DA is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 184 218 -
CMYK 0 0.23 0.09 0.06
HSL 322.91º 0.63% 0.83% -
HSV(B) 322.91º 0.23% 0.94% -
XYZ 65.39 57.69 74.02 -
YUV 204.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 239 184 218 0 0.23 0.09 0.06 322.91 0.63 0.83
Hex EF B8 DA 0 17 9 6 143 3F 53
Octal 357 270 332 0 27 11 6 503 77 123
Binary 11101111 10111000 11011010 0 10111 1001 110 101000011 111111 1010011

Color Harmonies of #EFB8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB8DA

Black with #EFB8DA

Text Example


Text Example

White with #EFB8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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