Html Css Color HEX #EDEDFD Lavender

📋 copy color: '#EDEDFD'

red 237 ◦ green 237 ◦ blue 253

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

Shades of Lavender #EDEDFD

Tints of Lavender #EDEDFD

RGB

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

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

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

R = 32.6%
G = 32.6%
B = 34.8%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDEDFD (or 0xEDEDFD) is known color: Lavender. HEX triplet: ED, ED and FD. RGB value is (237,237,253). Sum of RGB (Red+Green+Blue) = 237+237+253=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDFD is #121202. Grayscale: #EEEEEE. Windows color (decimal): -1184259 or 16641517. OLE color: 16641517.

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

Color convert

RGB 237 237 253 -
CMYK 0.06 0.06 0 0.01
HSL 240º 0.8% 0.96% -
HSV(B) 240º 0.06% 0.99% -
XYZ 82.94 85.66 105.09 -
YUV 238.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 237 237 253 0.06 0.06 0 0.01 240 0.8 0.96
Hex ED ED FD 6 6 0 1 F0 50 60
Octal 355 355 375 6 6 0 1 360 120 140
Binary 11101101 11101101 11111101 110 110 0 1 11110000 1010000 1100000

Color Harmonies of #EDEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDFD

Black with #EDEDFD

Text Example


Text Example

White with #EDEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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