Html Css Color HEX #D0A7CE Lilac

📋 copy color: '#D0A7CE'

red 208 ◦ green 167 ◦ blue 206

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

Shades of Lilac #D0A7CE

Tints of Lilac #D0A7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.74%

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

R = 35.8%
G = 28.74%
B = 35.46%

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

#D0A7CE (or 0xD0A7CE) is known color: Lilac. HEX triplet: D0, A7 and CE. RGB value is (208,167,206). Sum of RGB (Red+Green+Blue) = 208+167+206=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7CE is #2F5831. Grayscale: #B7B7B7. Windows color (decimal): -3102770 or 13543376. OLE color: 13543376.

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

Color convert

RGB 208 167 206 -
CMYK 0 0.20 0.01 0.18
HSL 302.93º 0.3% 0.74% -
HSV(B) 302.93º 0.2% 0.82% -
XYZ 50.97 45.5 64.49 -
YUV 183.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 208 167 206 0 0.20 0.01 0.18 302.93 0.3 0.74
Hex D0 A7 CE 0 14 1 12 12F 1E 4A
Octal 320 247 316 0 24 1 22 457 36 112
Binary 11010000 10100111 11001110 0 10100 1 10010 100101111 11110 1001010

Color Harmonies of #D0A7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A7CE

Black with #D0A7CE

Text Example


Text Example

White with #D0A7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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