#F1DCFF

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

Shades of White Lilac #F1DCFF

Tints of White Lilac #F1DCFF

Color information

#F1DCFF (or 0xF1DCFF) is unknown color: approx White Lilac. HEX triplet: F1, DC and FF. RGB value is (241,220,255). Sum of RGB (Red+Green+Blue) = 241+220+255=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCFF is #0E2300. Grayscale: #E6E6E6. Windows color (decimal): -926465 or 16768241. OLE color: 16768241.

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

Color convert

RGB241220255-
CMYK0.050.1400
HSL276º100%93.14%-
HSV(B)276º13.73%100%-
XYZ79.9277.11105.28-
YUV230.27141.96135.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.66%
GREEN value IS 220 (86.33% from 255) = 30.73%
BLUE value IS 255 (100% from 255) = 35.61%
R=33.66%
G=30.73%
B=35.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412202550.050.140027610093.14
HexF1DCFF5E00114645d
Octal36133437751600424144135
Binary11110001110111001111111110111100010001010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCFF; }

 p { color: rgb(241,220,255); }

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

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

 a { background-color: rgb(241,220,255); }

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

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

 span { border-color: rgb(241,220,255); }

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