Html Css Color HEX #EFABDB Lavender Rose

📋 copy color: '#EFABDB'

red 239 ◦ green 171 ◦ blue 219

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

Shades of Lavender Rose #EFABDB

Tints of Lavender Rose #EFABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.19%

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

R = 38%
G = 27.19%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFABDB (or 0xEFABDB) is known color: Lavender Rose. HEX triplet: EF, AB and DB. RGB value is (239,171,219). Sum of RGB (Red+Green+Blue) = 239+171+219=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABDB is #105424. Grayscale: #C4C4C4. Windows color (decimal): -1070117 or 14396399. OLE color: 14396399.

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

Color convert

RGB 239 171 219 -
CMYK 0 0.28 0.08 0.06
HSL 317.65º 0.68% 0.8% -
HSV(B) 317.65º 0.28% 0.94% -
XYZ 62.95 52.59 73.85 -
YUV 196.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 239 171 219 0 0.28 0.08 0.06 317.65 0.68 0.8
Hex EF AB DB 0 1C 8 6 13E 44 50
Octal 357 253 333 0 34 10 6 476 104 120
Binary 11101111 10101011 11011011 0 11100 1000 110 100111110 1000100 1010000

Color Harmonies of #EFABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABDB

Black with #EFABDB

Text Example


Text Example

White with #EFABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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