Html Css Color HEX #D0A7CF Lilac

📋 copy color: '#D0A7CF'

red 208 ◦ green 167 ◦ blue 207

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

Shades of Lilac #D0A7CF

Tints of Lilac #D0A7CF

RGB

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

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

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

R = 35.74%
G = 28.69%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D0A7CF (or 0xD0A7CF) is known color: Lilac. HEX triplet: D0, A7 and CF. RGB value is (208,167,207). Sum of RGB (Red+Green+Blue) = 208+167+207=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7CF is #2F5830. Grayscale: #B7B7B7. Windows color (decimal): -3102769 or 13608912. OLE color: 13608912.

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

Color convert

RGB 208 167 207 -
CMYK 0 0.20 0.00 0.18
HSL 301.46º 0.3% 0.74% -
HSV(B) 301.46º 0.2% 0.82% -
XYZ 51.09 45.55 65.13 -
YUV 183.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 208 167 207 0 0.20 0.00 0.18 301.46 0.3 0.74
Hex D0 A7 CF 0 14 0 12 12D 1E 4A
Octal 320 247 317 0 24 0 22 455 36 112
Binary 11010000 10100111 11001111 0 10100 0 10010 100101101 11110 1001010

Color Harmonies of #D0A7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A7CF

Black with #D0A7CF

Text Example


Text Example

White with #D0A7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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