Html Css Color HEX #DAA7CE French Lilac

📋 copy color: '#DAA7CE'

red 218 ◦ green 167 ◦ blue 206

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

Shades of French Lilac #DAA7CE

Tints of French Lilac #DAA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.26%

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

R = 36.89%
G = 28.26%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAA7CE (or 0xDAA7CE) is known color: French Lilac. HEX triplet: DA, A7 and CE. RGB value is (218,167,206). Sum of RGB (Red+Green+Blue) = 218+167+206=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7CE is #255831. Grayscale: #BABABA. Windows color (decimal): -2447410 or 13543386. OLE color: 13543386.

HSL color Cylindrical-coordinate representation of color #DAA7CE: hue angle of 314.12º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA7CE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 206 -
CMYK 0 0.23 0.06 0.15
HSL 314.12º 0.41% 0.75% -
HSV(B) 314.12º 0.23% 0.85% -
XYZ 53.87 47 64.62 -
YUV 186.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 218 167 206 0 0.23 0.06 0.15 314.12 0.41 0.75
Hex DA A7 CE 0 17 6 F 13A 29 4B
Octal 332 247 316 0 27 6 17 472 51 113
Binary 11011010 10100111 11001110 0 10111 110 1111 100111010 101001 1001011

Color Harmonies of #DAA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA7CE

Black with #DAA7CE

Text Example


Text Example

White with #DAA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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