#efaadd

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

Shades of Lavender Rose #EFAADD

Tints of Lavender Rose #EFAADD

Color information

#EFAADD (or 0xEFAADD) is unknown color: approx Lavender Rose. HEX triplet: EF, AA and DD. RGB value is (239,170,221). Sum of RGB (Red+Green+Blue) = 239+170+221=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAADD is #105522. Grayscale: #C4C4C4. Windows color (decimal): -1070371 or 14527215. OLE color: 14527215.

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

Color convert

RGB239170221-
CMYK00.290.080.06
HSL315.65º68.32%80.2%-
HSV(B)315.65º28.87%93.73%-
XYZ63.0252.3275.18-
YUV196.44141.86158.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 170 (66.80% from 255) = 26.98%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=37.94%
G=26.98%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917022100.290.080.06315.6568.3280.2
HexEFAADD01D8613c4450
Octal357252335035106474104120
Binary111011111010101011011101011101100011010011110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efaadd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efaadd; }

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

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

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

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

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

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

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

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