#DAB2D0

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

Shades of French Lilac #DAB2D0

Tints of French Lilac #DAB2D0

Color information

#DAB2D0 (or 0xDAB2D0) is unknown color: approx French Lilac. HEX triplet: DA, B2 and D0. RGB value is (218,178,208). Sum of RGB (Red+Green+Blue) = 218+178+208=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2D0 is #254D2F. Grayscale: #C1C1C1. Windows color (decimal): -2444592 or 13677274. OLE color: 13677274.

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

Color convert

RGB218178208-
CMYK00.180.050.15
HSL315º35.09%77.65%-
HSV(B)315º18.35%85.49%-
XYZ56.2251.366.61-
YUV193.38136.25145.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 178 (69.92% from 255) = 29.47%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=36.09%
G=29.47%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817820800.180.050.1531535.0977.65
HexDAB2D00125F13b234e
Octal33226232002251747343116
Binary11011010101100101101000001001010111111001110111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2D0; }

 p { color: rgb(218,178,208); }

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

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

 a { background-color: rgb(218,178,208); }

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

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

 span { border-color: rgb(218,178,208); }

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