Html Css Color HEX #EFADE8 Lavender Rose

📋 copy color: '#EFADE8'

red 239 ◦ green 173 ◦ blue 232

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

Shades of Lavender Rose #EFADE8

Tints of Lavender Rose #EFADE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.02%

R = 37.11%
G = 26.86%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFADE8 (or 0xEFADE8) is known color: Lavender Rose. HEX triplet: EF, AD and E8. RGB value is (239,173,232). Sum of RGB (Red+Green+Blue) = 239+173+232=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADE8 is #105217. Grayscale: #C7C7C7. Windows color (decimal): -1069592 or 15248879. OLE color: 15248879.

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

Color convert

RGB 239 173 232 -
CMYK 0 0.28 0.03 0.06
HSL 306.36º 0.67% 0.81% -
HSV(B) 306.36º 0.28% 0.94% -
XYZ 65.11 54.06 83.35 -
YUV 199.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 239 173 232 0 0.28 0.03 0.06 306.36 0.67 0.81
Hex EF AD E8 0 1C 3 6 132 43 51
Octal 357 255 350 0 34 3 6 462 103 121
Binary 11101111 10101101 11101000 0 11100 11 110 100110010 1000011 1010001

Color Harmonies of #EFADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADE8

Black with #EFADE8

Text Example


Text Example

White with #EFADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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