Html Css Color HEX #DAABD1 French Lilac

📋 copy color: '#DAABD1'

red 218 ◦ green 171 ◦ blue 209

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

Shades of French Lilac #DAABD1

Tints of French Lilac #DAABD1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.6%

 BLUE value IS 209 (82.03% from 255) = 34.95%

R = 36.45%
G = 28.6%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DAABD1 (or 0xDAABD1) is known color: French Lilac. HEX triplet: DA, AB and D1. RGB value is (218,171,209). Sum of RGB (Red+Green+Blue) = 218+171+209=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABD1 is #25542E. Grayscale: #BDBDBD. Windows color (decimal): -2446383 or 13741018. OLE color: 13741018.

HSL color Cylindrical-coordinate representation of color #DAABD1: hue angle of 311.49º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABD1 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 171 209 -
CMYK 0 0.22 0.04 0.15
HSL 311.49º 0.39% 0.76% -
HSV(B) 311.49º 0.22% 0.85% -
XYZ 54.98 48.63 66.81 -
YUV 189.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 218 171 209 0 0.22 0.04 0.15 311.49 0.39 0.76
Hex DA AB D1 0 16 4 F 137 27 4C
Octal 332 253 321 0 26 4 17 467 47 114
Binary 11011010 10101011 11010001 0 10110 100 1111 100110111 100111 1001100

Color Harmonies of #DAABD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABD1

Black with #DAABD1

Text Example


Text Example

White with #DAABD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABD1; }

 p { color: rgb(218,171,209); }

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

background-color css

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

 a { background-color: rgb(218,171,209); }

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

border-color css

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

 span { border-color: rgb(218,171,209); }

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