Html Css Color HEX #D6A1CC Lilac

📋 copy color: '#D6A1CC'

red 214 ◦ green 161 ◦ blue 204

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

Shades of Lilac #D6A1CC

Tints of Lilac #D6A1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.81%

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

R = 36.96%
G = 27.81%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6A1CC (or 0xD6A1CC) is known color: Lilac. HEX triplet: D6, A1 and CC. RGB value is (214,161,204). Sum of RGB (Red+Green+Blue) = 214+161+204=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1CC is #295E33. Grayscale: #B5B5B5. Windows color (decimal): -2711092 or 13410774. OLE color: 13410774.

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

Color convert

RGB 214 161 204 -
CMYK 0 0.25 0.05 0.16
HSL 311.32º 0.39% 0.74% -
HSV(B) 311.32º 0.25% 0.84% -
XYZ 51.38 44.15 62.94 -
YUV 181.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 214 161 204 0 0.25 0.05 0.16 311.32 0.39 0.74
Hex D6 A1 CC 0 19 5 10 137 27 4A
Octal 326 241 314 0 31 5 20 467 47 112
Binary 11010110 10100001 11001100 0 11001 101 10000 100110111 100111 1001010

Color Harmonies of #D6A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A1CC

Black with #D6A1CC

Text Example


Text Example

White with #D6A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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