Html Css Color HEX #DAB1D9 French Lilac

📋 copy color: '#DAB1D9'

red 218 ◦ green 177 ◦ blue 217

#DAB1D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #DAB1D9

Tints of French Lilac #DAB1D9

RGB

 RED value IS 218 (85.55% from 255) = 35.62%

 GREEN value IS 177 (69.53% from 255) = 28.92%

 BLUE value IS 217 (85.16% from 255) = 35.46%

R = 35.62%
G = 28.92%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAB1D9 (or 0xDAB1D9) is known color: French Lilac. HEX triplet: DA, B1 and D9. RGB value is (218,177,217). Sum of RGB (Red+Green+Blue) = 218+177+217=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1D9 is #254E26. Grayscale: #C1C1C1. Windows color (decimal): -2444839 or 14266842. OLE color: 14266842.

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

Color convert

RGB 218 177 217 -
CMYK 0 0.19 0.00 0.15
HSL 301.46º 0.36% 0.77% -
HSV(B) 301.46º 0.19% 0.85% -
XYZ 57.16 51.36 72.55 -
YUV 193.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 218 177 217 0 0.19 0.00 0.15 301.46 0.36 0.77
Hex DA B1 D9 0 13 0 F 12D 24 4D
Octal 332 261 331 0 23 0 17 455 44 115
Binary 11011010 10110001 11011001 0 10011 0 1111 100101101 100100 1001101

Color Harmonies of #DAB1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1D9

Black with #DAB1D9

Text Example


Text Example

White with #DAB1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1D9; }

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

 H1.HeaderClassName
 {
   color: #DAB1D9;
 }
 .AnyTagClassName
 {
   color: #DAB1D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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