Html Css Color HEX #D2A6CF Lilac

📋 copy color: '#D2A6CF'

red 210 ◦ green 166 ◦ blue 207

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

Shades of Lilac #D2A6CF

Tints of Lilac #D2A6CF

RGB

 RED value IS 210 (82.42% from 255) = 36.02%

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

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

R = 36.02%
G = 28.47%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D2A6CF (or 0xD2A6CF) is known color: Lilac. HEX triplet: D2, A6 and CF. RGB value is (210,166,207). Sum of RGB (Red+Green+Blue) = 210+166+207=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6CF is #2D5930. Grayscale: #B7B7B7. Windows color (decimal): -2971953 or 13608658. OLE color: 13608658.

HSL color Cylindrical-coordinate representation of color #D2A6CF: hue angle of 304.09º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A6CF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 166 207 -
CMYK 0 0.21 0.01 0.18
HSL 304.09º 0.33% 0.74% -
HSV(B) 304.09º 0.21% 0.82% -
XYZ 51.48 45.48 65.1 -
YUV 183.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 210 166 207 0 0.21 0.01 0.18 304.09 0.33 0.74
Hex D2 A6 CF 0 15 1 12 130 21 4A
Octal 322 246 317 0 25 1 22 460 41 112
Binary 11010010 10100110 11001111 0 10101 1 10010 100110000 100001 1001010

Color Harmonies of #D2A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A6CF

Black with #D2A6CF

Text Example


Text Example

White with #D2A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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