Html Css Color HEX #EFADDC Lavender Rose

📋 copy color: '#EFADDC'

red 239 ◦ green 173 ◦ blue 220

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

Shades of Lavender Rose #EFADDC

Tints of Lavender Rose #EFADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.81%

R = 37.82%
G = 27.37%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFADDC (or 0xEFADDC) is known color: Lavender Rose. HEX triplet: EF, AD and DC. RGB value is (239,173,220). Sum of RGB (Red+Green+Blue) = 239+173+220=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADDC is #105223. Grayscale: #C5C5C5. Windows color (decimal): -1069604 or 14462447. OLE color: 14462447.

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

Color convert

RGB 239 173 220 -
CMYK 0 0.28 0.08 0.06
HSL 317.27º 0.67% 0.81% -
HSV(B) 317.27º 0.28% 0.94% -
XYZ 63.46 53.41 74.67 -
YUV 198.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 239 173 220 0 0.28 0.08 0.06 317.27 0.67 0.81
Hex EF AD DC 0 1C 8 6 13D 43 51
Octal 357 255 334 0 34 10 6 475 103 121
Binary 11101111 10101101 11011100 0 11100 1000 110 100111101 1000011 1010001

Color Harmonies of #EFADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADDC

Black with #EFADDC

Text Example


Text Example

White with #EFADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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