Html Css Color HEX #EFECFD Lavender

📋 copy color: '#EFECFD'

red 239 ◦ green 236 ◦ blue 253

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

Shades of Lavender #EFECFD

Tints of Lavender #EFECFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.75%

R = 32.83%
G = 32.42%
B = 34.75%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFECFD (or 0xEFECFD) is known color: Lavender. HEX triplet: EF, EC and FD. RGB value is (239,236,253). Sum of RGB (Red+Green+Blue) = 239+236+253=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 253 (99.22% from 255 or 34.75% from 728); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECFD is #101302. Grayscale: #EEEEEE. Windows color (decimal): -1053443 or 16641263. OLE color: 16641263.

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

Color convert

RGB 239 236 253 -
CMYK 0.06 0.07 0 0.01
HSL 250.59º 0.81% 0.96% -
HSV(B) 250.59º 0.07% 0.99% -
XYZ 83.32 85.43 105.03 -
YUV 238.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 239 236 253 0.06 0.07 0 0.01 250.59 0.81 0.96
Hex EF EC FD 6 7 0 1 FB 51 60
Octal 357 354 375 6 7 0 1 373 121 140
Binary 11101111 11101100 11111101 110 111 0 1 11111011 1010001 1100000

Color Harmonies of #EFECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECFD

Black with #EFECFD

Text Example


Text Example

White with #EFECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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