Html Css Color HEX #EFEDFD Lavender

📋 copy color: '#EFEDFD'

red 239 ◦ green 237 ◦ blue 253

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

Shades of Lavender #EFEDFD

Tints of Lavender #EFEDFD

RGB

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

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

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

R = 32.78%
G = 32.51%
B = 34.71%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFEDFD (or 0xEFEDFD) is known color: Lavender. HEX triplet: EF, ED and FD. RGB value is (239,237,253). Sum of RGB (Red+Green+Blue) = 239+237+253=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDFD is #101202. Grayscale: #EFEFEF. Windows color (decimal): -1053187 or 16641519. OLE color: 16641519.

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

Color convert

RGB 239 237 253 -
CMYK 0.06 0.06 0 0.01
HSL 247.5º 0.8% 0.96% -
HSV(B) 247.5º 0.06% 0.99% -
XYZ 83.61 86.01 105.12 -
YUV 239.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 239 237 253 0.06 0.06 0 0.01 247.5 0.8 0.96
Hex EF ED FD 6 6 0 1 F8 50 60
Octal 357 355 375 6 6 0 1 370 120 140
Binary 11101111 11101101 11111101 110 110 0 1 11111000 1010000 1100000

Color Harmonies of #EFEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDFD

Black with #EFEDFD

Text Example


Text Example

White with #EFEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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