#F0DCFD

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

Shades of White Lilac #F0DCFD

Tints of White Lilac #F0DCFD

Color information

#F0DCFD (or 0xF0DCFD) is unknown color: approx White Lilac. HEX triplet: F0, DC and FD. RGB value is (240,220,253). Sum of RGB (Red+Green+Blue) = 240+220+253=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCFD is #0F2302. Grayscale: #E5E5E5. Windows color (decimal): -992003 or 16637168. OLE color: 16637168.

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

Color convert

RGB240220253-
CMYK0.050.1300.01
HSL276.36º89.19%92.75%-
HSV(B)276.36º13.04%99.22%-
XYZ79.2676.8103.58-
YUV229.74141.13135.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.66%
GREEN value IS 220 (86.33% from 255) = 30.86%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=33.66%
G=30.86%
B=35.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402202530.050.1300.01276.3689.1992.75
HexF0DCFD5D01114595d
Octal36033437551501424131135
Binary11110000110111001111110110111010110001010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCFD; }

 p { color: rgb(240,220,253); }

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

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

 a { background-color: rgb(240,220,253); }

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

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

 span { border-color: rgb(240,220,253); }

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