Html Css Color HEX #EDEDF0 Lavender

📋 copy color: '#EDEDF0'

red 237 ◦ green 237 ◦ blue 240

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

Shades of Lavender #EDEDF0

Tints of Lavender #EDEDF0

RGB

 RED value IS 237 (92.97% from 255) = 33.19%

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

 BLUE value IS 240 (94.14% from 255) = 33.61%

R = 33.19%
G = 33.19%
B = 33.61%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDEDF0 (or 0xEDEDF0) is known color: Lavender. HEX triplet: ED, ED and F0. RGB value is (237,237,240). Sum of RGB (Red+Green+Blue) = 237+237+240=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF0 is #12120F. Grayscale: #EDEDED. Windows color (decimal): -1184272 or 15789549. OLE color: 15789549.

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

Color convert

RGB 237 237 240 -
CMYK 0.01 0.01 0 0.06
HSL 240º 0.09% 0.94% -
HSV(B) 240º 0.01% 0.94% -
XYZ 80.94 84.86 94.55 -
YUV 237.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 237 237 240 0.01 0.01 0 0.06 240 0.09 0.94
Hex ED ED F0 1 1 0 6 F0 9 5E
Octal 355 355 360 1 1 0 6 360 11 136
Binary 11101101 11101101 11110000 1 1 0 110 11110000 1001 1011110

Color Harmonies of #EDEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDF0

Black with #EDEDF0

Text Example


Text Example

White with #EDEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDF0; }

 p { color: rgb(237,237,240); }

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

background-color css

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

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

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

border-color css

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

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

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