Html Css Color HEX #D6A7CC French Lilac

📋 copy color: '#D6A7CC'

red 214 ◦ green 167 ◦ blue 204

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

Shades of French Lilac #D6A7CC

Tints of French Lilac #D6A7CC

RGB

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

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

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

R = 36.58%
G = 28.55%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6A7CC (or 0xD6A7CC) is known color: French Lilac. HEX triplet: D6, A7 and CC. RGB value is (214,167,204). Sum of RGB (Red+Green+Blue) = 214+167+204=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7CC is #295833. Grayscale: #B9B9B9. Windows color (decimal): -2709556 or 13412310. OLE color: 13412310.

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

Color convert

RGB 214 167 204 -
CMYK 0 0.22 0.05 0.16
HSL 312.77º 0.36% 0.75% -
HSV(B) 312.77º 0.22% 0.84% -
XYZ 52.45 46.29 63.3 -
YUV 185.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 214 167 204 0 0.22 0.05 0.16 312.77 0.36 0.75
Hex D6 A7 CC 0 16 5 10 139 24 4B
Octal 326 247 314 0 26 5 20 471 44 113
Binary 11010110 10100111 11001100 0 10110 101 10000 100111001 100100 1001011

Color Harmonies of #D6A7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A7CC

Black with #D6A7CC

Text Example


Text Example

White with #D6A7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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