Html Css Color HEX #EDEBFD Lavender

📋 copy color: '#EDEBFD'

red 237 ◦ green 235 ◦ blue 253

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

Shades of Lavender #EDEBFD

Tints of Lavender #EDEBFD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.41%

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

R = 32.69%
G = 32.41%
B = 34.9%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDEBFD (or 0xEDEBFD) is known color: Lavender. HEX triplet: ED, EB and FD. RGB value is (237,235,253). Sum of RGB (Red+Green+Blue) = 237+235+253=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 235 (92.19% from 255 or 32.41% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDEBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBFD is #121402. Grayscale: #EDEDED. Windows color (decimal): -1184771 or 16641005. OLE color: 16641005.

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

Color convert

RGB 237 235 253 -
CMYK 0.06 0.07 0 0.01
HSL 246.67º 0.82% 0.96% -
HSV(B) 246.67º 0.07% 0.99% -
XYZ 82.36 84.51 104.9 -
YUV 237.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 237 235 253 0.06 0.07 0 0.01 246.67 0.82 0.96
Hex ED EB FD 6 7 0 1 F7 52 60
Octal 355 353 375 6 7 0 1 367 122 140
Binary 11101101 11101011 11111101 110 111 0 1 11110111 1010010 1100000

Color Harmonies of #EDEBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBFD

Black with #EDEBFD

Text Example


Text Example

White with #EDEBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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