#F7DCFF

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

Shades of White Lilac #F7DCFF

Tints of White Lilac #F7DCFF

Color information

#F7DCFF (or 0xF7DCFF) is unknown color: approx White Lilac. HEX triplet: F7, DC and FF. RGB value is (247,220,255). Sum of RGB (Red+Green+Blue) = 247+220+255=722 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.21% from 722); Green value is 220 (86.33% from 255 or 30.47% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCFF is #082300. Grayscale: #E7E7E7. Windows color (decimal): -533249 or 16768247. OLE color: 16768247.

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

Color convert

RGB247220255-
CMYK0.030.1400
HSL286.29º100%93.14%-
HSV(B)286.29º13.73%100%-
XYZ8278.18105.38-
YUV232.06140.95138.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.21%
GREEN value IS 220 (86.33% from 255) = 30.47%
BLUE value IS 255 (100% from 255) = 35.32%
R=34.21%
G=30.47%
B=35.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472202550.030.1400286.2910093.14
HexF7DCFF3E0011e645d
Octal36733437731600436144135
Binary1111011111011100111111111111100010001111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCFF; }

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

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

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

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

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

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

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

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