#DAABCF

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

Shades of French Lilac #DAABCF

Tints of French Lilac #DAABCF

Color information

#DAABCF (or 0xDAABCF) is unknown color: approx French Lilac. HEX triplet: DA, AB and CF. RGB value is (218,171,207). Sum of RGB (Red+Green+Blue) = 218+171+207=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABCF is #255430. Grayscale: #BDBDBD. Windows color (decimal): -2446385 or 13609946. OLE color: 13609946.

HSL color Cylindrical-coordinate representation of color #DAABCF: hue angle of 314.04º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABCF is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218171207-
CMYK00.220.050.15
HSL314.04º38.84%76.27%-
HSV(B)314.04º21.56%85.49%-
XYZ54.7448.5465.51-
YUV189.16138.07148.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=36.58%
G=28.69%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817120700.220.050.15314.0438.8476.27
HexDAABCF0165F13a274c
Octal33225331702651747247114
Binary11011010101010111100111101011010111111001110101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABCF; }

 p { color: rgb(218,171,207); }

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

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

 a { background-color: rgb(218,171,207); }

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

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

 span { border-color: rgb(218,171,207); }

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