#efafdb

Color #EFAFDB Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EFAFDB

Tints of Lavender Rose #EFAFDB

Color information

#EFAFDB (or 0xEFAFDB) is unknown color: approx Lavender Rose. HEX triplet: EF, AF and DB. RGB value is (239,175,219). Sum of RGB (Red+Green+Blue) = 239+175+219=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFDB is #105024. Grayscale: #C7C7C7. Windows color (decimal): -1069093 or 14397423. OLE color: 14397423.

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

Color convert

RGB239175219-
CMYK00.270.080.06
HSL318.75º66.67%81.18%-
HSV(B)318.75º26.78%93.73%-
XYZ63.7154.1374.11-
YUV199.15139.2156.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 175 (68.75% from 255) = 27.65%
BLUE value IS 219 (85.94% from 255) = 34.60%
R=37.76%
G=27.65%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917521900.270.080.06318.7566.6781.18
HexEFAFDB01B8613f4351
Octal357257333033106477103121
Binary111011111010111111011011011011100011010011111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efafdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efafdb; }

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

 H1.HeaderClassName
 {
   color: #efafdb;
 }
 .AnyTagClassName
 {
   color: #efafdb;
 }
</style>
background-color css

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

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

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

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

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

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