Html Css Color HEX #D4A8CF Lilac

📋 copy color: '#D4A8CF'

red 212 ◦ green 168 ◦ blue 207

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

Shades of Lilac #D4A8CF

Tints of Lilac #D4A8CF

RGB

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

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

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

R = 36.12%
G = 28.62%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4A8CF (or 0xD4A8CF) is known color: Lilac. HEX triplet: D4, A8 and CF. RGB value is (212,168,207). Sum of RGB (Red+Green+Blue) = 212+168+207=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8CF is #2B5730. Grayscale: #B9B9B9. Windows color (decimal): -2840369 or 13609172. OLE color: 13609172.

HSL color Cylindrical-coordinate representation of color #D4A8CF: hue angle of 306.82º 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 #D4A8CF is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 207 -
CMYK 0 0.21 0.02 0.17
HSL 306.82º 0.34% 0.75% -
HSV(B) 306.82º 0.21% 0.83% -
XYZ 52.42 46.51 65.25 -
YUV 185.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 212 168 207 0 0.21 0.02 0.17 306.82 0.34 0.75
Hex D4 A8 CF 0 15 2 11 133 22 4B
Octal 324 250 317 0 25 2 21 463 42 113
Binary 11010100 10101000 11001111 0 10101 10 10001 100110011 100010 1001011

Color Harmonies of #D4A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8CF

Black with #D4A8CF

Text Example


Text Example

White with #D4A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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