#DABFD7

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

Shades of French Lilac #DABFD7

Tints of French Lilac #DABFD7

Color information

#DABFD7 (or 0xDABFD7) is unknown color: approx French Lilac. HEX triplet: DA, BF and D7. RGB value is (218,191,215). Sum of RGB (Red+Green+Blue) = 218+191+215=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFD7 is #254028. Grayscale: #C9C9C9. Windows color (decimal): -2441257 or 14139354. OLE color: 14139354.

HSL color Cylindrical-coordinate representation of color #DABFD7: hue angle of 306.67º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DABFD7 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218191215-
CMYK00.120.010.15
HSL306.67º26.73%80.2%-
HSV(B)306.67º12.39%85.49%-
XYZ59.8157.0772.15-
YUV201.81135.45139.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=34.94%
G=30.61%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819121500.120.010.15306.6726.7380.2
HexDABFD70C1F1331b50
Octal33227732701411746333120
Binary1101101010111111110101110110011111100110011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFD7; }

 p { color: rgb(218,191,215); }

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

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

 a { background-color: rgb(218,191,215); }

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

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

 span { border-color: rgb(218,191,215); }

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