Html Css Color HEX #D8A0CC Lilac

📋 copy color: '#D8A0CC'

red 216 ◦ green 160 ◦ blue 204

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

Shades of Lilac #D8A0CC

Tints of Lilac #D8A0CC

RGB

 RED value IS 216 (84.77% from 255) = 37.24%

 GREEN value IS 160 (62.89% from 255) = 27.59%

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 37.24%
G = 27.59%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8A0CC (or 0xD8A0CC) is known color: Lilac. HEX triplet: D8, A0 and CC. RGB value is (216,160,204). Sum of RGB (Red+Green+Blue) = 216+160+204=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0CC is #275F33. Grayscale: #B5B5B5. Windows color (decimal): -2580276 or 13410520. OLE color: 13410520.

HSL color Cylindrical-coordinate representation of color #D8A0CC: hue angle of 312.86º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0CC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 204 -
CMYK 0 0.26 0.06 0.15
HSL 312.86º 0.42% 0.74% -
HSV(B) 312.86º 0.26% 0.85% -
XYZ 51.79 44.1 62.91 -
YUV 181.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 216 160 204 0 0.26 0.06 0.15 312.86 0.42 0.74
Hex D8 A0 CC 0 1A 6 F 139 2A 4A
Octal 330 240 314 0 32 6 17 471 52 112
Binary 11011000 10100000 11001100 0 11010 110 1111 100111001 101010 1001010

Color Harmonies of #D8A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A0CC

Black with #D8A0CC

Text Example


Text Example

White with #D8A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A0CC; }

 p { color: rgb(216,160,204); }

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

background-color css

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

 a { background-color: rgb(216,160,204); }

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

border-color css

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

 span { border-color: rgb(216,160,204); }

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