Html Css Color HEX #EDF0FD Lavender

📋 copy color: '#EDF0FD'

red 237 ◦ green 240 ◦ blue 253

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

Shades of Lavender #EDF0FD

Tints of Lavender #EDF0FD

RGB

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

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

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

R = 32.47%
G = 32.88%
B = 34.66%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDF0FD (or 0xEDF0FD) is known color: Lavender. HEX triplet: ED, F0 and FD. RGB value is (237,240,253). Sum of RGB (Red+Green+Blue) = 237+240+253=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0FD is #120F02. Grayscale: #F0F0F0. Windows color (decimal): -1183491 or 16642285. OLE color: 16642285.

HSL color Cylindrical-coordinate representation of color #EDF0FD: hue angle of 228.75º 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 #EDF0FD is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 240 253 -
CMYK 0.06 0.05 0 0.01
HSL 228.75º 0.8% 0.96% -
HSV(B) 228.75º 0.06% 0.99% -
XYZ 83.81 87.42 105.38 -
YUV 240.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 237 240 253 0.06 0.05 0 0.01 228.75 0.8 0.96
Hex ED F0 FD 6 5 0 1 E5 50 60
Octal 355 360 375 6 5 0 1 345 120 140
Binary 11101101 11110000 11111101 110 101 0 1 11100101 1010000 1100000

Color Harmonies of #EDF0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0FD

Black with #EDF0FD

Text Example


Text Example

White with #EDF0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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