Html Css Color HEX #EFB1DD Lavender Rose

📋 copy color: '#EFB1DD'

red 239 ◦ green 177 ◦ blue 221

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

Shades of Lavender Rose #EFB1DD

Tints of Lavender Rose #EFB1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 37.52%
G = 27.79%
B = 34.69%

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

#EFB1DD (or 0xEFB1DD) is known color: Lavender Rose. HEX triplet: EF, B1 and DD. RGB value is (239,177,221). Sum of RGB (Red+Green+Blue) = 239+177+221=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1DD is #104E22. Grayscale: #C8C8C8. Windows color (decimal): -1068579 or 14529007. OLE color: 14529007.

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

Color convert

RGB 239 177 221 -
CMYK 0 0.26 0.08 0.06
HSL 317.42º 0.66% 0.82% -
HSV(B) 317.42º 0.26% 0.94% -
XYZ 64.37 55.02 75.63 -
YUV 200.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 239 177 221 0 0.26 0.08 0.06 317.42 0.66 0.82
Hex EF B1 DD 0 1A 8 6 13D 42 52
Octal 357 261 335 0 32 10 6 475 102 122
Binary 11101111 10110001 11011101 0 11010 1000 110 100111101 1000010 1010010

Color Harmonies of #EFB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB1DD

Black with #EFB1DD

Text Example


Text Example

White with #EFB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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