#DABFD3

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

Shades of French Lilac #DABFD3

Tints of French Lilac #DABFD3

Color information

#DABFD3 (or 0xDABFD3) is unknown color: approx French Lilac. HEX triplet: DA, BF and D3. RGB value is (218,191,211). Sum of RGB (Red+Green+Blue) = 218+191+211=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFD3 is #25402C. Grayscale: #C9C9C9. Windows color (decimal): -2441261 or 13877210. OLE color: 13877210.

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

Color convert

RGB218191211-
CMYK00.120.030.15
HSL315.56º26.73%80.2%-
HSV(B)315.56º12.39%85.49%-
XYZ59.356.8769.48-
YUV201.35133.45139.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 211 (82.81% from 255) = 34.03%
R=35.16%
G=30.81%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819121100.120.030.15315.5626.7380.2
HexDABFD30C3F13c1b50
Octal33227732301431747433120
Binary11011010101111111101001101100111111100111100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFD3; }

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

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

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

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

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

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

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

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