#F2DDFF

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

Shades of White Lilac #F2DDFF

Tints of White Lilac #F2DDFF

Color information

#F2DDFF (or 0xF2DDFF) is unknown color: approx White Lilac. HEX triplet: F2, DD and FF. RGB value is (242,221,255). Sum of RGB (Red+Green+Blue) = 242+221+255=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 221 (86.72% from 255 or 30.78% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2DDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDFF is #0D2200. Grayscale: #E7E7E7. Windows color (decimal): -860673 or 16768498. OLE color: 16768498.

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

Color convert

RGB242221255-
CMYK0.050.1300
HSL277.06º100%93.33%-
HSV(B)277.06º13.33%100%-
XYZ80.5277.81105.38-
YUV231.16141.46135.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.70%
GREEN value IS 221 (86.72% from 255) = 30.78%
BLUE value IS 255 (100% from 255) = 35.52%
R=33.70%
G=30.78%
B=35.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422212550.050.1300277.0610093.33
HexF2DDFF5D00115645d
Octal36233537751500425144135
Binary11110010110111011111111110111010010001010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDFF; }

 p { color: rgb(242,221,255); }

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

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

 a { background-color: rgb(242,221,255); }

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

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

 span { border-color: rgb(242,221,255); }

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