Html Css Color HEX #D0A6CA Lilac

📋 copy color: '#D0A6CA'

red 208 ◦ green 166 ◦ blue 202

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

Shades of Lilac #D0A6CA

Tints of Lilac #D0A6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 36.11%
G = 28.82%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D0A6CA (or 0xD0A6CA) is known color: Lilac. HEX triplet: D0, A6 and CA. RGB value is (208,166,202). Sum of RGB (Red+Green+Blue) = 208+166+202=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6CA is #2F5935. Grayscale: #B6B6B6. Windows color (decimal): -3103030 or 13280976. OLE color: 13280976.

HSL color Cylindrical-coordinate representation of color #D0A6CA: hue angle of 308.57º 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 #D0A6CA is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 202 -
CMYK 0 0.20 0.03 0.18
HSL 308.57º 0.31% 0.73% -
HSV(B) 308.57º 0.2% 0.82% -
XYZ 50.31 44.95 61.9 -
YUV 182.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 208 166 202 0 0.20 0.03 0.18 308.57 0.31 0.73
Hex D0 A6 CA 0 14 3 12 135 1F 49
Octal 320 246 312 0 24 3 22 465 37 111
Binary 11010000 10100110 11001010 0 10100 11 10010 100110101 11111 1001001

Color Harmonies of #D0A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6CA

Black with #D0A6CA

Text Example


Text Example

White with #D0A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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