#DAB4CF

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

Shades of French Lilac #DAB4CF

Tints of French Lilac #DAB4CF

Color information

#DAB4CF (or 0xDAB4CF) is unknown color: approx French Lilac. HEX triplet: DA, B4 and CF. RGB value is (218,180,207). Sum of RGB (Red+Green+Blue) = 218+180+207=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4CF is #254B30. Grayscale: #C2C2C2. Windows color (decimal): -2444081 or 13612250. OLE color: 13612250.

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

Color convert

RGB218180207-
CMYK00.170.050.15
HSL317.37º33.93%78.04%-
HSV(B)317.37º17.43%85.49%-
XYZ56.552.0566.1-
YUV194.44135.09144.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=36.03%
G=29.75%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818020700.170.050.15317.3733.9378.04
HexDAB4CF0115F13d224e
Octal33226431702151747542116
Binary11011010101101001100111101000110111111001111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4CF; }

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

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

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

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

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

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

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

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