Html Css Color HEX #EFAADF Lavender Rose

📋 copy color: '#EFAADF'

red 239 ◦ green 170 ◦ blue 223

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

Shades of Lavender Rose #EFAADF

Tints of Lavender Rose #EFAADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.9%

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

R = 37.82%
G = 26.9%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFAADF (or 0xEFAADF) is known color: Lavender Rose. HEX triplet: EF, AA and DF. RGB value is (239,170,223). Sum of RGB (Red+Green+Blue) = 239+170+223=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAADF is #105520. Grayscale: #C4C4C4. Windows color (decimal): -1070369 or 14658287. OLE color: 14658287.

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

Color convert

RGB 239 170 223 -
CMYK 0 0.29 0.07 0.06
HSL 313.91º 0.68% 0.8% -
HSV(B) 313.91º 0.29% 0.94% -
XYZ 63.29 52.43 76.6 -
YUV 196.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 239 170 223 0 0.29 0.07 0.06 313.91 0.68 0.8
Hex EF AA DF 0 1D 7 6 13A 44 50
Octal 357 252 337 0 35 7 6 472 104 120
Binary 11101111 10101010 11011111 0 11101 111 110 100111010 1000100 1010000

Color Harmonies of #EFAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAADF

Black with #EFAADF

Text Example


Text Example

White with #EFAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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