Html Css Color HEX #EFB0DB Lavender Rose

📋 copy color: '#EFB0DB'

red 239 ◦ green 176 ◦ blue 219

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

Shades of Lavender Rose #EFB0DB

Tints of Lavender Rose #EFB0DB

RGB

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

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

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

R = 37.7%
G = 27.76%
B = 34.54%

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

#EFB0DB (or 0xEFB0DB) is known color: Lavender Rose. HEX triplet: EF, B0 and DB. RGB value is (239,176,219). Sum of RGB (Red+Green+Blue) = 239+176+219=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0DB is #104F24. Grayscale: #C7C7C7. Windows color (decimal): -1068837 or 14397679. OLE color: 14397679.

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

Color convert

RGB 239 176 219 -
CMYK 0 0.26 0.08 0.06
HSL 319.05º 0.66% 0.81% -
HSV(B) 319.05º 0.26% 0.94% -
XYZ 63.91 54.52 74.17 -
YUV 199.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 239 176 219 0 0.26 0.08 0.06 319.05 0.66 0.81
Hex EF B0 DB 0 1A 8 6 13F 42 51
Octal 357 260 333 0 32 10 6 477 102 121
Binary 11101111 10110000 11011011 0 11010 1000 110 100111111 1000010 1010001

Color Harmonies of #EFB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0DB

Black with #EFB0DB

Text Example


Text Example

White with #EFB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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