#DABFD6

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

Shades of French Lilac #DABFD6

Tints of French Lilac #DABFD6

Color information

#DABFD6 (or 0xDABFD6) is unknown color: approx French Lilac. HEX triplet: DA, BF and D6. RGB value is (218,191,214). Sum of RGB (Red+Green+Blue) = 218+191+214=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFD6 is #254029. Grayscale: #C9C9C9. Windows color (decimal): -2441258 or 14073818. OLE color: 14073818.

HSL color Cylindrical-coordinate representation of color #DABFD6: hue angle of 308.89º 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 #DABFD6 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218191214-
CMYK00.120.020.15
HSL308.89º26.73%80.2%-
HSV(B)308.89º12.39%85.49%-
XYZ59.6857.0271.48-
YUV201.7134.95139.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 214 (83.98% from 255) = 34.35%
R=34.99%
G=30.66%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819121400.120.020.15308.8926.7380.2
HexDABFD60C2F1351b50
Octal33227732601421746533120
Binary11011010101111111101011001100101111100110101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFD6; }

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

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

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

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

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

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

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

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