Html Css Color HEX #DAA9CE French Lilac

📋 copy color: '#DAA9CE'

red 218 ◦ green 169 ◦ blue 206

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

Shades of French Lilac #DAA9CE

Tints of French Lilac #DAA9CE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.5%

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 36.76%
G = 28.5%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAA9CE (or 0xDAA9CE) is known color: French Lilac. HEX triplet: DA, A9 and CE. RGB value is (218,169,206). Sum of RGB (Red+Green+Blue) = 218+169+206=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9CE is #255631. Grayscale: #BBBBBB. Windows color (decimal): -2446898 or 13543898. OLE color: 13543898.

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

Color convert

RGB 218 169 206 -
CMYK 0 0.22 0.06 0.15
HSL 314.69º 0.4% 0.76% -
HSV(B) 314.69º 0.22% 0.85% -
XYZ 54.24 47.74 64.75 -
YUV 187.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 218 169 206 0 0.22 0.06 0.15 314.69 0.4 0.76
Hex DA A9 CE 0 16 6 F 13B 28 4C
Octal 332 251 316 0 26 6 17 473 50 114
Binary 11011010 10101001 11001110 0 10110 110 1111 100111011 101000 1001100

Color Harmonies of #DAA9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9CE

Black with #DAA9CE

Text Example


Text Example

White with #DAA9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9CE; }

 p { color: rgb(218,169,206); }

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

background-color css

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

 a { background-color: rgb(218,169,206); }

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

border-color css

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

 span { border-color: rgb(218,169,206); }

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