Html Css Color HEX #DAABD2 French Lilac

📋 copy color: '#DAABD2'

red 218 ◦ green 171 ◦ blue 210

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

Shades of French Lilac #DAABD2

Tints of French Lilac #DAABD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.06%

R = 36.39%
G = 28.55%
B = 35.06%

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

#DAABD2 (or 0xDAABD2) is known color: French Lilac. HEX triplet: DA, AB and D2. RGB value is (218,171,210). Sum of RGB (Red+Green+Blue) = 218+171+210=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABD2 is #25542D. Grayscale: #BDBDBD. Windows color (decimal): -2446382 or 13806554. OLE color: 13806554.

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

Color convert

RGB 218 171 210 -
CMYK 0 0.22 0.04 0.15
HSL 310.21º 0.39% 0.76% -
HSV(B) 310.21º 0.22% 0.85% -
XYZ 55.11 48.68 67.47 -
YUV 189.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 218 171 210 0 0.22 0.04 0.15 310.21 0.39 0.76
Hex DA AB D2 0 16 4 F 136 27 4C
Octal 332 253 322 0 26 4 17 466 47 114
Binary 11011010 10101011 11010010 0 10110 100 1111 100110110 100111 1001100

Color Harmonies of #DAABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABD2

Black with #DAABD2

Text Example


Text Example

White with #DAABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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