Html Css Color HEX #EDEDF6 Lavender

📋 copy color: '#EDEDF6'

red 237 ◦ green 237 ◦ blue 246

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

Shades of Lavender #EDEDF6

Tints of Lavender #EDEDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.17%

R = 32.92%
G = 32.92%
B = 34.17%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDEDF6 (or 0xEDEDF6) is known color: Lavender. HEX triplet: ED, ED and F6. RGB value is (237,237,246). Sum of RGB (Red+Green+Blue) = 237+237+246=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDEDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF6 is #121209. Grayscale: #EDEDED. Windows color (decimal): -1184266 or 16182765. OLE color: 16182765.

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

Color convert

RGB 237 237 246 -
CMYK 0.04 0.04 0 0.04
HSL 240º 0.33% 0.95% -
HSV(B) 240º 0.04% 0.96% -
XYZ 81.84 85.23 99.33 -
YUV 238.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 237 237 246 0.04 0.04 0 0.04 240 0.33 0.95
Hex ED ED F6 4 4 0 4 F0 21 5F
Octal 355 355 366 4 4 0 4 360 41 137
Binary 11101101 11101101 11110110 100 100 0 100 11110000 100001 1011111

Color Harmonies of #EDEDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDF6

Black with #EDEDF6

Text Example


Text Example

White with #EDEDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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