#F4DCFF

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

Shades of White Lilac #F4DCFF

Tints of White Lilac #F4DCFF

Color information

#F4DCFF (or 0xF4DCFF) is unknown color: approx White Lilac. HEX triplet: F4, DC and FF. RGB value is (244,220,255). Sum of RGB (Red+Green+Blue) = 244+220+255=719 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.94% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCFF is #0B2300. Grayscale: #E7E7E7. Windows color (decimal): -729857 or 16768244. OLE color: 16768244.

HSL color Cylindrical-coordinate representation of color #F4DCFF: hue angle of 281.14º 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 #F4DCFF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB244220255-
CMYK0.040.1400
HSL281.14º100%93.14%-
HSV(B)281.14º13.73%100%-
XYZ80.9577.64105.33-
YUV231.17141.45137.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.94%
GREEN value IS 220 (86.33% from 255) = 30.60%
BLUE value IS 255 (100% from 255) = 35.47%
R=33.94%
G=30.60%
B=35.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442202550.040.1400281.1410093.14
HexF4DCFF4E00119645d
Octal36433437741600431144135
Binary11110100110111001111111110011100010001100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCFF; }

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

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

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

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

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

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

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

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