Html Css Color HEX #D0A6CE Lilac

📋 copy color: '#D0A6CE'

red 208 ◦ green 166 ◦ blue 206

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

Shades of Lilac #D0A6CE

Tints of Lilac #D0A6CE

RGB

 RED value IS 208 (81.64% from 255) = 35.86%

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

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

R = 35.86%
G = 28.62%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0A6CE (or 0xD0A6CE) is known color: Lilac. HEX triplet: D0, A6 and CE. RGB value is (208,166,206). Sum of RGB (Red+Green+Blue) = 208+166+206=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6CE is #2F5931. Grayscale: #B7B7B7. Windows color (decimal): -3103026 or 13543120. OLE color: 13543120.

HSL color Cylindrical-coordinate representation of color #D0A6CE: hue angle of 302.86º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6CE is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 206 -
CMYK 0 0.20 0.01 0.18
HSL 302.86º 0.31% 0.73% -
HSV(B) 302.86º 0.2% 0.82% -
XYZ 50.79 45.14 64.43 -
YUV 183.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 208 166 206 0 0.20 0.01 0.18 302.86 0.31 0.73
Hex D0 A6 CE 0 14 1 12 12F 1F 49
Octal 320 246 316 0 24 1 22 457 37 111
Binary 11010000 10100110 11001110 0 10100 1 10010 100101111 11111 1001001

Color Harmonies of #D0A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6CE

Black with #D0A6CE

Text Example


Text Example

White with #D0A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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