Html Css Color HEX #D4A9CF Lilac

📋 copy color: '#D4A9CF'

red 212 ◦ green 169 ◦ blue 207

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

Shades of Lilac #D4A9CF

Tints of Lilac #D4A9CF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.74%

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

R = 36.05%
G = 28.74%
B = 35.2%

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

#D4A9CF (or 0xD4A9CF) is known color: Lilac. HEX triplet: D4, A9 and CF. RGB value is (212,169,207). Sum of RGB (Red+Green+Blue) = 212+169+207=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A9CF is #2B5630. Grayscale: #BABABA. Windows color (decimal): -2840113 or 13609428. OLE color: 13609428.

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

Color convert

RGB 212 169 207 -
CMYK 0 0.20 0.02 0.17
HSL 306.98º 0.33% 0.75% -
HSV(B) 306.98º 0.2% 0.83% -
XYZ 52.6 46.88 65.31 -
YUV 186.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 212 169 207 0 0.20 0.02 0.17 306.98 0.33 0.75
Hex D4 A9 CF 0 14 2 11 133 21 4B
Octal 324 251 317 0 24 2 21 463 41 113
Binary 11010100 10101001 11001111 0 10100 10 10001 100110011 100001 1001011

Color Harmonies of #D4A9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A9CF

Black with #D4A9CF

Text Example


Text Example

White with #D4A9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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