Html Css Color HEX #EFADD9 Lavender Rose

📋 copy color: '#EFADD9'

red 239 ◦ green 173 ◦ blue 217

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

Shades of Lavender Rose #EFADD9

Tints of Lavender Rose #EFADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.5%

 BLUE value IS 217 (85.16% from 255) = 34.5%

R = 38%
G = 27.5%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFADD9 (or 0xEFADD9) is known color: Lavender Rose. HEX triplet: EF, AD and D9. RGB value is (239,173,217). Sum of RGB (Red+Green+Blue) = 239+173+217=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD9 is #105226. Grayscale: #C5C5C5. Windows color (decimal): -1069607 or 14265839. OLE color: 14265839.

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

Color convert

RGB 239 173 217 -
CMYK 0 0.28 0.09 0.06
HSL 320º 0.67% 0.81% -
HSV(B) 320º 0.28% 0.94% -
XYZ 63.06 53.25 72.6 -
YUV 197.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 239 173 217 0 0.28 0.09 0.06 320 0.67 0.81
Hex EF AD D9 0 1C 9 6 140 43 51
Octal 357 255 331 0 34 11 6 500 103 121
Binary 11101111 10101101 11011001 0 11100 1001 110 101000000 1000011 1010001

Color Harmonies of #EFADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADD9

Black with #EFADD9

Text Example


Text Example

White with #EFADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADD9; }

 p { color: rgb(239,173,217); }

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

background-color css

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

 a { background-color: rgb(239,173,217); }

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

border-color css

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

 span { border-color: rgb(239,173,217); }

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