Html Css Color HEX #D6AACC French Lilac

📋 copy color: '#D6AACC'

red 214 ◦ green 170 ◦ blue 204

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

Shades of French Lilac #D6AACC

Tints of French Lilac #D6AACC

RGB

 RED value IS 214 (83.98% from 255) = 36.39%

 GREEN value IS 170 (66.8% from 255) = 28.91%

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

R = 36.39%
G = 28.91%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6AACC (or 0xD6AACC) is known color: French Lilac. HEX triplet: D6, AA and CC. RGB value is (214,170,204). Sum of RGB (Red+Green+Blue) = 214+170+204=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AACC is #295533. Grayscale: #BABABA. Windows color (decimal): -2708788 or 13413078. OLE color: 13413078.

HSL color Cylindrical-coordinate representation of color #D6AACC: hue angle of 313.64º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AACC is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 204 -
CMYK 0 0.21 0.05 0.16
HSL 313.64º 0.35% 0.75% -
HSV(B) 313.64º 0.21% 0.84% -
XYZ 53.01 47.41 63.48 -
YUV 187.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 214 170 204 0 0.21 0.05 0.16 313.64 0.35 0.75
Hex D6 AA CC 0 15 5 10 13A 23 4B
Octal 326 252 314 0 25 5 20 472 43 113
Binary 11010110 10101010 11001100 0 10101 101 10000 100111010 100011 1001011

Color Harmonies of #D6AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AACC

Black with #D6AACC

Text Example


Text Example

White with #D6AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AACC; }

 p { color: rgb(214,170,204); }

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

background-color css

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

 a { background-color: rgb(214,170,204); }

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

border-color css

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

 span { border-color: rgb(214,170,204); }

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