Html Css Color HEX #EDEDF3 Lavender

📋 copy color: '#EDEDF3'

red 237 ◦ green 237 ◦ blue 243

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

Shades of Lavender #EDEDF3

Tints of Lavender #EDEDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 33.89%

R = 33.05%
G = 33.05%
B = 33.89%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDEDF3 (or 0xEDEDF3) is known color: Lavender. HEX triplet: ED, ED and F3. RGB value is (237,237,243). Sum of RGB (Red+Green+Blue) = 237+237+243=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF3 is #12120C. Grayscale: #EDEDED. Windows color (decimal): -1184269 or 15986157. OLE color: 15986157.

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

Color convert

RGB 237 237 243 -
CMYK 0.02 0.02 0 0.05
HSL 240º 0.2% 0.94% -
HSV(B) 240º 0.02% 0.95% -
XYZ 81.39 85.04 96.92 -
YUV 237.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 237 237 243 0.02 0.02 0 0.05 240 0.2 0.94
Hex ED ED F3 2 2 0 5 F0 14 5E
Octal 355 355 363 2 2 0 5 360 24 136
Binary 11101101 11101101 11110011 10 10 0 101 11110000 10100 1011110

Color Harmonies of #EDEDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDF3

Black with #EDEDF3

Text Example


Text Example

White with #EDEDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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