Html Css Color HEX #D6A6CC Lilac

📋 copy color: '#D6A6CC'

red 214 ◦ green 166 ◦ blue 204

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

Shades of Lilac #D6A6CC

Tints of Lilac #D6A6CC

RGB

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

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

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

R = 36.64%
G = 28.42%
B = 34.93%

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

#D6A6CC (or 0xD6A6CC) is known color: Lilac. HEX triplet: D6, A6 and CC. RGB value is (214,166,204). Sum of RGB (Red+Green+Blue) = 214+166+204=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6CC is #295933. Grayscale: #B8B8B8. Windows color (decimal): -2709812 or 13412054. OLE color: 13412054.

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

Color convert

RGB 214 166 204 -
CMYK 0 0.22 0.05 0.16
HSL 312.5º 0.37% 0.75% -
HSV(B) 312.5º 0.22% 0.84% -
XYZ 52.27 45.93 63.24 -
YUV 184.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 214 166 204 0 0.22 0.05 0.16 312.5 0.37 0.75
Hex D6 A6 CC 0 16 5 10 138 25 4B
Octal 326 246 314 0 26 5 20 470 45 113
Binary 11010110 10100110 11001100 0 10110 101 10000 100111000 100101 1001011

Color Harmonies of #D6A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A6CC

Black with #D6A6CC

Text Example


Text Example

White with #D6A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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