Html Css Color HEX #EFB0DC Lavender Rose

📋 copy color: '#EFB0DC'

red 239 ◦ green 176 ◦ blue 220

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

Shades of Lavender Rose #EFB0DC

Tints of Lavender Rose #EFB0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.65%

R = 37.64%
G = 27.72%
B = 34.65%

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

#EFB0DC (or 0xEFB0DC) is known color: Lavender Rose. HEX triplet: EF, B0 and DC. RGB value is (239,176,220). Sum of RGB (Red+Green+Blue) = 239+176+220=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0DC is #104F23. Grayscale: #C7C7C7. Windows color (decimal): -1068836 or 14463215. OLE color: 14463215.

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

Color convert

RGB 239 176 220 -
CMYK 0 0.26 0.08 0.06
HSL 318.1º 0.66% 0.81% -
HSV(B) 318.1º 0.26% 0.94% -
XYZ 64.04 54.57 74.87 -
YUV 199.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 239 176 220 0 0.26 0.08 0.06 318.1 0.66 0.81
Hex EF B0 DC 0 1A 8 6 13E 42 51
Octal 357 260 334 0 32 10 6 476 102 121
Binary 11101111 10110000 11011100 0 11010 1000 110 100111110 1000010 1010001

Color Harmonies of #EFB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0DC

Black with #EFB0DC

Text Example


Text Example

White with #EFB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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