#F2DDFD

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

Shades of White Lilac #F2DDFD

Tints of White Lilac #F2DDFD

Color information

#F2DDFD (or 0xF2DDFD) is unknown color: approx White Lilac. HEX triplet: F2, DD and FD. RGB value is (242,221,253). Sum of RGB (Red+Green+Blue) = 242+221+253=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDFD is #0D2202. Grayscale: #E6E6E6. Windows color (decimal): -860675 or 16637426. OLE color: 16637426.

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

Color convert

RGB242221253-
CMYK0.040.1300.01
HSL279.38º88.89%92.94%-
HSV(B)279.38º12.65%99.22%-
XYZ80.277.68103.7-
YUV230.93140.46135.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.80%
GREEN value IS 221 (86.72% from 255) = 30.87%
BLUE value IS 253 (99.22% from 255) = 35.34%
R=33.80%
G=30.87%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422212530.040.1300.01279.3888.8992.94
HexF2DDFD4D01117595d
Octal36233537541501427131135
Binary11110010110111011111110110011010110001011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDFD; }

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

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

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

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

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

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

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

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