Html Css Color HEX #D6A6CF Lilac

📋 copy color: '#D6A6CF'

red 214 ◦ green 166 ◦ blue 207

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

Shades of Lilac #D6A6CF

Tints of Lilac #D6A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.28%

 BLUE value IS 207 (81.25% from 255) = 35.26%

R = 36.46%
G = 28.28%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6A6CF (or 0xD6A6CF) is known color: Lilac. HEX triplet: D6, A6 and CF. RGB value is (214,166,207). Sum of RGB (Red+Green+Blue) = 214+166+207=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6CF is #295930. Grayscale: #B8B8B8. Windows color (decimal): -2709809 or 13608662. OLE color: 13608662.

HSL color Cylindrical-coordinate representation of color #D6A6CF: hue angle of 308.75º degrees, saturation: 0.37, 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 #D6A6CF is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 207 -
CMYK 0 0.22 0.03 0.16
HSL 308.75º 0.37% 0.75% -
HSV(B) 308.75º 0.22% 0.84% -
XYZ 52.63 46.07 65.15 -
YUV 185.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 214 166 207 0 0.22 0.03 0.16 308.75 0.37 0.75
Hex D6 A6 CF 0 16 3 10 135 25 4B
Octal 326 246 317 0 26 3 20 465 45 113
Binary 11010110 10100110 11001111 0 10110 11 10000 100110101 100101 1001011

Color Harmonies of #D6A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A6CF

Black with #D6A6CF

Text Example


Text Example

White with #D6A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A6CF; }

 p { color: rgb(214,166,207); }

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

background-color css

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

 a { background-color: rgb(214,166,207); }

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

border-color css

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

 span { border-color: rgb(214,166,207); }

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