#F5DDFF

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

Shades of White Lilac #F5DDFF

Tints of White Lilac #F5DDFF

Color information

#F5DDFF (or 0xF5DDFF) is unknown color: approx White Lilac. HEX triplet: F5, DD and FF. RGB value is (245,221,255). Sum of RGB (Red+Green+Blue) = 245+221+255=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 221 (86.72% from 255 or 30.65% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5DDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDFF is #0A2200. Grayscale: #E7E7E7. Windows color (decimal): -664065 or 16768501. OLE color: 16768501.

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

Color convert

RGB245221255-
CMYK0.040.1300
HSL282.35º100%93.33%-
HSV(B)282.35º13.33%100%-
XYZ81.5678.35105.43-
YUV232.05140.95137.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.98%
GREEN value IS 221 (86.72% from 255) = 30.65%
BLUE value IS 255 (100% from 255) = 35.37%
R=33.98%
G=30.65%
B=35.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452212550.040.1300282.3510093.33
HexF5DDFF4D0011a645d
Octal36533537741500432144135
Binary11110101110111011111111110011010010001101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DDFF; }

 p { color: rgb(245,221,255); }

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

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

 a { background-color: rgb(245,221,255); }

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

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

 span { border-color: rgb(245,221,255); }

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