Html Css Color HEX #D6A6CE Lilac

📋 copy color: '#D6A6CE'

red 214 ◦ green 166 ◦ blue 206

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

Shades of Lilac #D6A6CE

Tints of Lilac #D6A6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 36.52%
G = 28.33%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6A6CE (or 0xD6A6CE) is known color: Lilac. HEX triplet: D6, A6 and CE. RGB value is (214,166,206). Sum of RGB (Red+Green+Blue) = 214+166+206=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6CE is #295931. Grayscale: #B8B8B8. Windows color (decimal): -2709810 or 13543126. OLE color: 13543126.

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

Color convert

RGB 214 166 206 -
CMYK 0 0.22 0.04 0.16
HSL 310º 0.37% 0.75% -
HSV(B) 310º 0.22% 0.84% -
XYZ 52.51 46.02 64.51 -
YUV 184.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 214 166 206 0 0.22 0.04 0.16 310 0.37 0.75
Hex D6 A6 CE 0 16 4 10 136 25 4B
Octal 326 246 316 0 26 4 20 466 45 113
Binary 11010110 10100110 11001110 0 10110 100 10000 100110110 100101 1001011

Color Harmonies of #D6A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A6CE

Black with #D6A6CE

Text Example


Text Example

White with #D6A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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