Html Css Color HEX #EFECFF Lavender

📋 copy color: '#EFECFF'

red 239 ◦ green 236 ◦ blue 255

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

Shades of Lavender #EFECFF

Tints of Lavender #EFECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 32.33%

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

R = 32.74%
G = 32.33%
B = 34.93%

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

#EFECFF (or 0xEFECFF) is known color: Lavender. HEX triplet: EF, EC and FF. RGB value is (239,236,255). Sum of RGB (Red+Green+Blue) = 239+236+255=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECFF is #101300. Grayscale: #EEEEEE. Windows color (decimal): -1053441 or 16772335. OLE color: 16772335.

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

Color convert

RGB 239 236 255 -
CMYK 0.06 0.07 0 0
HSL 249.47º 1% 0.96% -
HSV(B) 249.47º 0.07% 1% -
XYZ 83.64 85.56 106.71 -
YUV 239.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 239 236 255 0.06 0.07 0 0 249.47 1 0.96
Hex EF EC FF 6 7 0 0 F9 64 60
Octal 357 354 377 6 7 0 0 371 144 140
Binary 11101111 11101100 11111111 110 111 0 0 11111001 1100100 1100000

Color Harmonies of #EFECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECFF

Black with #EFECFF

Text Example


Text Example

White with #EFECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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