Html Css Color HEX #EFADDF Lavender Rose

📋 copy color: '#EFADDF'

red 239 ◦ green 173 ◦ blue 223

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

Shades of Lavender Rose #EFADDF

Tints of Lavender Rose #EFADDF

RGB

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

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

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

R = 37.64%
G = 27.24%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFADDF (or 0xEFADDF) is known color: Lavender Rose. HEX triplet: EF, AD and DF. RGB value is (239,173,223). Sum of RGB (Red+Green+Blue) = 239+173+223=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADDF is #105220. Grayscale: #C6C6C6. Windows color (decimal): -1069601 or 14659055. OLE color: 14659055.

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

Color convert

RGB 239 173 223 -
CMYK 0 0.28 0.07 0.06
HSL 314.55º 0.67% 0.81% -
HSV(B) 314.55º 0.28% 0.94% -
XYZ 63.86 53.57 76.79 -
YUV 198.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 239 173 223 0 0.28 0.07 0.06 314.55 0.67 0.81
Hex EF AD DF 0 1C 7 6 13B 43 51
Octal 357 255 337 0 34 7 6 473 103 121
Binary 11101111 10101101 11011111 0 11100 111 110 100111011 1000011 1010001

Color Harmonies of #EFADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADDF

Black with #EFADDF

Text Example


Text Example

White with #EFADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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