Html Css Color HEX #DAB3D7 French Lilac

📋 copy color: '#DAB3D7'

red 218 ◦ green 179 ◦ blue 215

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

Shades of French Lilac #DAB3D7

Tints of French Lilac #DAB3D7

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.25%

 BLUE value IS 215 (84.38% from 255) = 35.13%

R = 35.62%
G = 29.25%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAB3D7 (or 0xDAB3D7) is known color: French Lilac. HEX triplet: DA, B3 and D7. RGB value is (218,179,215). Sum of RGB (Red+Green+Blue) = 218+179+215=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3D7 is #254C28. Grayscale: #C2C2C2. Windows color (decimal): -2444329 or 14136282. OLE color: 14136282.

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

Color convert

RGB 218 179 215 -
CMYK 0 0.18 0.01 0.15
HSL 304.62º 0.35% 0.78% -
HSV(B) 304.62º 0.18% 0.85% -
XYZ 57.3 52.05 71.32 -
YUV 194.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 218 179 215 0 0.18 0.01 0.15 304.62 0.35 0.78
Hex DA B3 D7 0 12 1 F 131 23 4E
Octal 332 263 327 0 22 1 17 461 43 116
Binary 11011010 10110011 11010111 0 10010 1 1111 100110001 100011 1001110

Color Harmonies of #DAB3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3D7

Black with #DAB3D7

Text Example


Text Example

White with #DAB3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3D7; }

 p { color: rgb(218,179,215); }

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

background-color css

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

 a { background-color: rgb(218,179,215); }

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

border-color css

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

 span { border-color: rgb(218,179,215); }

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