#E6DEFC

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

Shades of Lavender #E6DEFC

Tints of Lavender #E6DEFC

Color information

#E6DEFC (or 0xE6DEFC) is unknown color: approx Lavender. HEX triplet: E6, DE and FC. RGB value is (230,222,252). Sum of RGB (Red+Green+Blue) = 230+222+252=704 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.67% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6DEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DEFC is #192103. Grayscale: #E3E3E3. Windows color (decimal): -1646852 or 16572134. OLE color: 16572134.

HSL color Cylindrical-coordinate representation of color #E6DEFC: hue angle of 256º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6DEFC is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230222252-
CMYK0.090.1200.01
HSL256º83.33%92.94%-
HSV(B)256º11.9%98.82%-
XYZ76.3376.09102.76-
YUV227.81141.65129.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.67%
GREEN value IS 222 (87.11% from 255) = 31.53%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=32.67%
G=31.53%
B=35.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302222520.090.1200.0125683.3392.94
HexE6DEFC9C01100535d
Octal346336374111401400123135
Binary111001101101111011111100100111000110000000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DEFC; }

 p { color: rgb(230,222,252); }

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

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

 a { background-color: rgb(230,222,252); }

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

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

 span { border-color: rgb(230,222,252); }

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