Html Css Color HEX #DAABD7 French Lilac

📋 copy color: '#DAABD7'

red 218 ◦ green 171 ◦ blue 215

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

Shades of French Lilac #DAABD7

Tints of French Lilac #DAABD7

RGB

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

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

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

R = 36.09%
G = 28.31%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAABD7 (or 0xDAABD7) is known color: French Lilac. HEX triplet: DA, AB and D7. RGB value is (218,171,215). Sum of RGB (Red+Green+Blue) = 218+171+215=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABD7 is #255428. Grayscale: #BDBDBD. Windows color (decimal): -2446377 or 14134234. OLE color: 14134234.

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

Color convert

RGB 218 171 215 -
CMYK 0 0.22 0.01 0.15
HSL 303.83º 0.39% 0.76% -
HSV(B) 303.83º 0.22% 0.85% -
XYZ 55.74 48.94 70.8 -
YUV 190.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 218 171 215 0 0.22 0.01 0.15 303.83 0.39 0.76
Hex DA AB D7 0 16 1 F 130 27 4C
Octal 332 253 327 0 26 1 17 460 47 114
Binary 11011010 10101011 11010111 0 10110 1 1111 100110000 100111 1001100

Color Harmonies of #DAABD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABD7

Black with #DAABD7

Text Example


Text Example

White with #DAABD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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