Html Css Color HEX #DAB4D9 French Lilac

📋 copy color: '#DAB4D9'

red 218 ◦ green 180 ◦ blue 217

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

Shades of French Lilac #DAB4D9

Tints of French Lilac #DAB4D9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.27%

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

R = 35.45%
G = 29.27%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAB4D9 (or 0xDAB4D9) is known color: French Lilac. HEX triplet: DA, B4 and D9. RGB value is (218,180,217). Sum of RGB (Red+Green+Blue) = 218+180+217=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4D9 is #254B26. Grayscale: #C3C3C3. Windows color (decimal): -2444071 or 14267610. OLE color: 14267610.

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

Color convert

RGB 218 180 217 -
CMYK 0 0.17 0.00 0.15
HSL 301.58º 0.34% 0.78% -
HSV(B) 301.58º 0.17% 0.85% -
XYZ 57.76 52.56 72.75 -
YUV 195.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 218 180 217 0 0.17 0.00 0.15 301.58 0.34 0.78
Hex DA B4 D9 0 11 0 F 12E 22 4E
Octal 332 264 331 0 21 0 17 456 42 116
Binary 11011010 10110100 11011001 0 10001 0 1111 100101110 100010 1001110

Color Harmonies of #DAB4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4D9

Black with #DAB4D9

Text Example


Text Example

White with #DAB4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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