#EDEBFF

Color #EDEBFF Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #EDEBFF

Tints of Lavender #EDEBFF

Color information

#EDEBFF (or 0xEDEBFF) is unknown color: approx Lavender. HEX triplet: ED, EB and FF. RGB value is (237,235,255). Sum of RGB (Red+Green+Blue) = 237+235+255=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 235 (92.19% from 255 or 32.32% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDEBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBFF is #121400. Grayscale: #EDEDED. Windows color (decimal): -1184769 or 16772077. OLE color: 16772077.

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

Color convert

RGB237235255-
CMYK0.070.0800
HSL246º100%96.08%-
HSV(B)246º7.84%100%-
XYZ82.6884.64106.59-
YUV237.88137.66127.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.60%
GREEN value IS 235 (92.19% from 255) = 32.32%
BLUE value IS 255 (100% from 255) = 35.08%
R=32.60%
G=32.32%
B=35.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372352550.070.080024610096.08
HexEDEBFF7800f66460
Octal35535337771000366144140
Binary1110110111101011111111111111000001111011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBFF; }

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

 H1.HeaderClassName
 {
   color: #EDEBFF;
 }
 .AnyTagClassName
 {
   color: #EDEBFF;
 }
</style>
background-color css

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

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

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

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

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

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