Html Css Color HEX #EFB0DF Lavender Rose

📋 copy color: '#EFB0DF'

red 239 ◦ green 176 ◦ blue 223

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

Shades of Lavender Rose #EFB0DF

Tints of Lavender Rose #EFB0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 37.46%
G = 27.59%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFB0DF (or 0xEFB0DF) is known color: Lavender Rose. HEX triplet: EF, B0 and DF. RGB value is (239,176,223). Sum of RGB (Red+Green+Blue) = 239+176+223=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0DF is #104F20. Grayscale: #C8C8C8. Windows color (decimal): -1068833 or 14659823. OLE color: 14659823.

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

Color convert

RGB 239 176 223 -
CMYK 0 0.26 0.07 0.06
HSL 315.24º 0.66% 0.81% -
HSV(B) 315.24º 0.26% 0.94% -
XYZ 64.44 54.73 76.98 -
YUV 200.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 239 176 223 0 0.26 0.07 0.06 315.24 0.66 0.81
Hex EF B0 DF 0 1A 7 6 13B 42 51
Octal 357 260 337 0 32 7 6 473 102 121
Binary 11101111 10110000 11011111 0 11010 111 110 100111011 1000010 1010001

Color Harmonies of #EFB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0DF

Black with #EFB0DF

Text Example


Text Example

White with #EFB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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