Html Css Color HEX #EDF0FE Lavender

📋 copy color: '#EDF0FE'

red 237 ◦ green 240 ◦ blue 254

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

Shades of Lavender #EDF0FE

Tints of Lavender #EDF0FE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.83%

 BLUE value IS 254 (99.61% from 255) = 34.75%

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

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDF0FE (or 0xEDF0FE) is known color: Lavender. HEX triplet: ED, F0 and FE. RGB value is (237,240,254). Sum of RGB (Red+Green+Blue) = 237+240+254=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0FE is #120F01. Grayscale: #F0F0F0. Windows color (decimal): -1183490 or 16707821. OLE color: 16707821.

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

Color convert

RGB 237 240 254 -
CMYK 0.07 0.06 0 0.00
HSL 229.41º 0.89% 0.96% -
HSV(B) 229.41º 0.07% 1% -
XYZ 83.97 87.48 106.23 -
YUV 240.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 237 240 254 0.07 0.06 0 0.00 229.41 0.89 0.96
Hex ED F0 FE 7 6 0 0 E5 59 60
Octal 355 360 376 7 6 0 0 345 131 140
Binary 11101101 11110000 11111110 111 110 0 0 11100101 1011001 1100000

Color Harmonies of #EDF0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0FE

Black with #EDF0FE

Text Example


Text Example

White with #EDF0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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