Html Css Color HEX #EFADDE Lavender Rose

📋 copy color: '#EFADDE'

red 239 ◦ green 173 ◦ blue 222

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

Shades of Lavender Rose #EFADDE

Tints of Lavender Rose #EFADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.02%

R = 37.7%
G = 27.29%
B = 35.02%

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

#EFADDE (or 0xEFADDE) is known color: Lavender Rose. HEX triplet: EF, AD and DE. RGB value is (239,173,222). Sum of RGB (Red+Green+Blue) = 239+173+222=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADDE is #105221. Grayscale: #C6C6C6. Windows color (decimal): -1069602 or 14593519. OLE color: 14593519.

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

Color convert

RGB 239 173 222 -
CMYK 0 0.28 0.07 0.06
HSL 315.45º 0.67% 0.81% -
HSV(B) 315.45º 0.28% 0.94% -
XYZ 63.72 53.51 76.08 -
YUV 198.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 239 173 222 0 0.28 0.07 0.06 315.45 0.67 0.81
Hex EF AD DE 0 1C 7 6 13B 43 51
Octal 357 255 336 0 34 7 6 473 103 121
Binary 11101111 10101101 11011110 0 11100 111 110 100111011 1000011 1010001

Color Harmonies of #EFADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADDE

Black with #EFADDE

Text Example


Text Example

White with #EFADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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