#DAB1CF

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

Shades of French Lilac #DAB1CF

Tints of French Lilac #DAB1CF

Color information

#DAB1CF (or 0xDAB1CF) is unknown color: approx French Lilac. HEX triplet: DA, B1 and CF. RGB value is (218,177,207). Sum of RGB (Red+Green+Blue) = 218+177+207=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1CF is #254E30. Grayscale: #C0C0C0. Windows color (decimal): -2444849 or 13611482. OLE color: 13611482.

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

Color convert

RGB218177207-
CMYK00.190.050.15
HSL316.1º35.65%77.45%-
HSV(B)316.1º18.81%85.49%-
XYZ55.950.8565.9-
YUV192.68136.08146.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=36.21%
G=29.40%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817720700.190.050.15316.135.6577.45
HexDAB1CF0135F13c244d
Octal33226131702351747444115
Binary11011010101100011100111101001110111111001111001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1CF; }

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

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

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

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

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

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

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

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