Html Css Color HEX #DAA7CC French Lilac

📋 copy color: '#DAA7CC'

red 218 ◦ green 167 ◦ blue 204

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

Shades of French Lilac #DAA7CC

Tints of French Lilac #DAA7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.63%

R = 37.01%
G = 28.35%
B = 34.63%

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

#DAA7CC (or 0xDAA7CC) is known color: French Lilac. HEX triplet: DA, A7 and CC. RGB value is (218,167,204). Sum of RGB (Red+Green+Blue) = 218+167+204=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7CC is #255833. Grayscale: #BABABA. Windows color (decimal): -2447412 or 13412314. OLE color: 13412314.

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

Color convert

RGB 218 167 204 -
CMYK 0 0.23 0.06 0.15
HSL 316.47º 0.41% 0.75% -
HSV(B) 316.47º 0.23% 0.85% -
XYZ 53.63 46.9 63.35 -
YUV 186.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 218 167 204 0 0.23 0.06 0.15 316.47 0.41 0.75
Hex DA A7 CC 0 17 6 F 13C 29 4B
Octal 332 247 314 0 27 6 17 474 51 113
Binary 11011010 10100111 11001100 0 10111 110 1111 100111100 101001 1001011

Color Harmonies of #DAA7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA7CC

Black with #DAA7CC

Text Example


Text Example

White with #DAA7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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