Html Css Color HEX #F0DCFF White Lilac

📋 copy color: '#F0DCFF'

red 240 ◦ green 220 ◦ blue 255

#F0DCFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Lilac #F0DCFF

Tints of White Lilac #F0DCFF

RGB

 RED value IS 240 (94.14% from 255) = 33.57%

 GREEN value IS 220 (86.33% from 255) = 30.77%

 BLUE value IS 255 (100% from 255) = 35.66%

R = 33.57%
G = 30.77%
B = 35.66%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0DCFF (or 0xF0DCFF) is known color: White Lilac. HEX triplet: F0, DC and FF. RGB value is (240,220,255). Sum of RGB (Red+Green+Blue) = 240+220+255=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCFF is #0F2300. Grayscale: #E5E5E5. Windows color (decimal): -992001 or 16768240. OLE color: 16768240.

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

Color convert

RGB 240 220 255 -
CMYK 0.06 0.14 0 0
HSL 274.29º 1% 0.93% -
HSV(B) 274.29º 0.14% 1% -
XYZ 79.58 76.93 105.26 -
YUV 229.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 240 220 255 0.06 0.14 0 0 274.29 1 0.93
Hex F0 DC FF 6 E 0 0 112 64 5D
Octal 360 334 377 6 16 0 0 422 144 135
Binary 11110000 11011100 11111111 110 1110 0 0 100010010 1100100 1011101

Color Harmonies of #F0DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCFF

Black with #F0DCFF

Text Example


Text Example

White with #F0DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCFF; }

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

 H1.HeaderClassName
 {
   color: #F0DCFF;
 }
 .AnyTagClassName
 {
   color: #F0DCFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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