Html Css Color HEX #EFABEB Lavender Rose

📋 copy color: '#EFABEB'

red 239 ◦ green 171 ◦ blue 235

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

Shades of Lavender Rose #EFABEB

Tints of Lavender Rose #EFABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 37.05%
G = 26.51%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFABEB (or 0xEFABEB) is known color: Lavender Rose. HEX triplet: EF, AB and EB. RGB value is (239,171,235). Sum of RGB (Red+Green+Blue) = 239+171+235=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABEB is #105414. Grayscale: #C6C6C6. Windows color (decimal): -1070101 or 15444975. OLE color: 15444975.

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

Color convert

RGB 239 171 235 -
CMYK 0 0.28 0.02 0.06
HSL 303.53º 0.68% 0.8% -
HSV(B) 303.53º 0.28% 0.94% -
XYZ 65.15 53.47 85.48 -
YUV 198.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 239 171 235 0 0.28 0.02 0.06 303.53 0.68 0.8
Hex EF AB EB 0 1C 2 6 130 44 50
Octal 357 253 353 0 34 2 6 460 104 120
Binary 11101111 10101011 11101011 0 11100 10 110 100110000 1000100 1010000

Color Harmonies of #EFABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABEB

Black with #EFABEB

Text Example


Text Example

White with #EFABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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