Html Css Color HEX #EFB1DB Lavender Rose

📋 copy color: '#EFB1DB'

red 239 ◦ green 177 ◦ blue 219

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

Shades of Lavender Rose #EFB1DB

Tints of Lavender Rose #EFB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.87%

 BLUE value IS 219 (85.94% from 255) = 34.49%

R = 37.64%
G = 27.87%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFB1DB (or 0xEFB1DB) is known color: Lavender Rose. HEX triplet: EF, B1 and DB. RGB value is (239,177,219). Sum of RGB (Red+Green+Blue) = 239+177+219=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1DB is #104E24. Grayscale: #C8C8C8. Windows color (decimal): -1068581 or 14397935. OLE color: 14397935.

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

Color convert

RGB 239 177 219 -
CMYK 0 0.26 0.08 0.06
HSL 319.35º 0.66% 0.82% -
HSV(B) 319.35º 0.26% 0.94% -
XYZ 64.1 54.91 74.24 -
YUV 200.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 239 177 219 0 0.26 0.08 0.06 319.35 0.66 0.82
Hex EF B1 DB 0 1A 8 6 13F 42 52
Octal 357 261 333 0 32 10 6 477 102 122
Binary 11101111 10110001 11011011 0 11010 1000 110 100111111 1000010 1010010

Color Harmonies of #EFB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB1DB

Black with #EFB1DB

Text Example


Text Example

White with #EFB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB1DB; }

 p { color: rgb(239,177,219); }

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

background-color css

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

 a { background-color: rgb(239,177,219); }

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

border-color css

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

 span { border-color: rgb(239,177,219); }

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