Html Css Color HEX #DAB0D9 French Lilac

📋 copy color: '#DAB0D9'

red 218 ◦ green 176 ◦ blue 217

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

Shades of French Lilac #DAB0D9

Tints of French Lilac #DAB0D9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.81%

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

R = 35.68%
G = 28.81%
B = 35.52%

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

#DAB0D9 (or 0xDAB0D9) is known color: French Lilac. HEX triplet: DA, B0 and D9. RGB value is (218,176,217). Sum of RGB (Red+Green+Blue) = 218+176+217=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0D9 is #254F26. Grayscale: #C1C1C1. Windows color (decimal): -2445095 or 14266586. OLE color: 14266586.

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

Color convert

RGB 218 176 217 -
CMYK 0 0.19 0.00 0.15
HSL 301.43º 0.36% 0.77% -
HSV(B) 301.43º 0.19% 0.85% -
XYZ 56.96 50.97 72.48 -
YUV 193.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 218 176 217 0 0.19 0.00 0.15 301.43 0.36 0.77
Hex DA B0 D9 0 13 0 F 12D 24 4D
Octal 332 260 331 0 23 0 17 455 44 115
Binary 11011010 10110000 11011001 0 10011 0 1111 100101101 100100 1001101

Color Harmonies of #DAB0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0D9

Black with #DAB0D9

Text Example


Text Example

White with #DAB0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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