Html Css Color HEX #EFEDFF Lavender

📋 copy color: '#EFEDFF'

red 239 ◦ green 237 ◦ blue 255

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

Shades of Lavender #EFEDFF

Tints of Lavender #EFEDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.42%

 BLUE value IS 255 (100% from 255) = 34.88%

R = 32.69%
G = 32.42%
B = 34.88%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFEDFF (or 0xEFEDFF) is known color: Lavender. HEX triplet: EF, ED and FF. RGB value is (239,237,255). Sum of RGB (Red+Green+Blue) = 239+237+255=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 237 (92.97% from 255 or 32.42% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDFF is #101200. Grayscale: #EFEFEF. Windows color (decimal): -1053185 or 16772591. OLE color: 16772591.

HSL color Cylindrical-coordinate representation of color #EFEDFF: hue angle of 246.67º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFEDFF is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 237 255 -
CMYK 0.06 0.07 0 0
HSL 246.67º 1% 0.96% -
HSV(B) 246.67º 0.07% 1% -
XYZ 83.93 86.14 106.81 -
YUV 239.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 239 237 255 0.06 0.07 0 0 246.67 1 0.96
Hex EF ED FF 6 7 0 0 F7 64 60
Octal 357 355 377 6 7 0 0 367 144 140
Binary 11101111 11101101 11111111 110 111 0 0 11110111 1100100 1100000

Color Harmonies of #EFEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDFF

Black with #EFEDFF

Text Example


Text Example

White with #EFEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDFF; }

 p { color: rgb(239,237,255); }

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

background-color css

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

 a { background-color: rgb(239,237,255); }

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

border-color css

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

 span { border-color: rgb(239,237,255); }

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