Html Css Color HEX #D4A8CD Lilac

📋 copy color: '#D4A8CD'

red 212 ◦ green 168 ◦ blue 205

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

Shades of Lilac #D4A8CD

Tints of Lilac #D4A8CD

RGB

 RED value IS 212 (83.2% from 255) = 36.24%

 GREEN value IS 168 (66.02% from 255) = 28.72%

 BLUE value IS 205 (80.47% from 255) = 35.04%

R = 36.24%
G = 28.72%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4A8CD (or 0xD4A8CD) is known color: Lilac. HEX triplet: D4, A8 and CD. RGB value is (212,168,205). Sum of RGB (Red+Green+Blue) = 212+168+205=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8CD is #2B5732. Grayscale: #B9B9B9. Windows color (decimal): -2840371 or 13478100. OLE color: 13478100.

HSL color Cylindrical-coordinate representation of color #D4A8CD: hue angle of 309.55º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A8CD is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 205 -
CMYK 0 0.21 0.03 0.17
HSL 309.55º 0.34% 0.75% -
HSV(B) 309.55º 0.21% 0.83% -
XYZ 52.17 46.41 63.97 -
YUV 185.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 212 168 205 0 0.21 0.03 0.17 309.55 0.34 0.75
Hex D4 A8 CD 0 15 3 11 136 22 4B
Octal 324 250 315 0 25 3 21 466 42 113
Binary 11010100 10101000 11001101 0 10101 11 10001 100110110 100010 1001011

Color Harmonies of #D4A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8CD

Black with #D4A8CD

Text Example


Text Example

White with #D4A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8CD; }

 p { color: rgb(212,168,205); }

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

background-color css

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

 a { background-color: rgb(212,168,205); }

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

border-color css

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

 span { border-color: rgb(212,168,205); }

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