Html Css Color HEX #EFADEB Lavender Rose

📋 copy color: '#EFADEB'

red 239 ◦ green 173 ◦ blue 235

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

Shades of Lavender Rose #EFADEB

Tints of Lavender Rose #EFADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.32%

R = 36.94%
G = 26.74%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFADEB (or 0xEFADEB) is known color: Lavender Rose. HEX triplet: EF, AD and EB. RGB value is (239,173,235). Sum of RGB (Red+Green+Blue) = 239+173+235=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADEB is #105214. Grayscale: #C7C7C7. Windows color (decimal): -1069589 or 15445487. OLE color: 15445487.

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

Color convert

RGB 239 173 235 -
CMYK 0 0.28 0.02 0.06
HSL 303.64º 0.67% 0.81% -
HSV(B) 303.64º 0.28% 0.94% -
XYZ 65.54 54.24 85.61 -
YUV 199.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 239 173 235 0 0.28 0.02 0.06 303.64 0.67 0.81
Hex EF AD EB 0 1C 2 6 130 43 51
Octal 357 255 353 0 34 2 6 460 103 121
Binary 11101111 10101101 11101011 0 11100 10 110 100110000 1000011 1010001

Color Harmonies of #EFADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADEB

Black with #EFADEB

Text Example


Text Example

White with #EFADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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