Html Css Color HEX #D4AACF Lilac

📋 copy color: '#D4AACF'

red 212 ◦ green 170 ◦ blue 207

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

Shades of Lilac #D4AACF

Tints of Lilac #D4AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.86%

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

R = 35.99%
G = 28.86%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4AACF (or 0xD4AACF) is known color: Lilac. HEX triplet: D4, AA and CF. RGB value is (212,170,207). Sum of RGB (Red+Green+Blue) = 212+170+207=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AACF is #2B5530. Grayscale: #BABABA. Windows color (decimal): -2839857 or 13609684. OLE color: 13609684.

HSL color Cylindrical-coordinate representation of color #D4AACF: hue angle of 307.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AACF is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 170 207 -
CMYK 0 0.20 0.02 0.17
HSL 307.14º 0.33% 0.75% -
HSV(B) 307.14º 0.2% 0.83% -
XYZ 52.79 47.25 65.37 -
YUV 186.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 212 170 207 0 0.20 0.02 0.17 307.14 0.33 0.75
Hex D4 AA CF 0 14 2 11 133 21 4B
Octal 324 252 317 0 24 2 21 463 41 113
Binary 11010100 10101010 11001111 0 10100 10 10001 100110011 100001 1001011

Color Harmonies of #D4AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AACF

Black with #D4AACF

Text Example


Text Example

White with #D4AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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