Html Css Color HEX #D6A4CF Lilac

📋 copy color: '#D6A4CF'

red 214 ◦ green 164 ◦ blue 207

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

Shades of Lilac #D6A4CF

Tints of Lilac #D6A4CF

RGB

 RED value IS 214 (83.98% from 255) = 36.58%

 GREEN value IS 164 (64.45% from 255) = 28.03%

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

R = 36.58%
G = 28.03%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6A4CF (or 0xD6A4CF) is known color: Lilac. HEX triplet: D6, A4 and CF. RGB value is (214,164,207). Sum of RGB (Red+Green+Blue) = 214+164+207=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A4CF is #295B30. Grayscale: #B7B7B7. Windows color (decimal): -2710321 or 13608150. OLE color: 13608150.

HSL color Cylindrical-coordinate representation of color #D6A4CF: hue angle of 308.4º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6A4CF is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 207 -
CMYK 0 0.23 0.03 0.16
HSL 308.4º 0.38% 0.74% -
HSV(B) 308.4º 0.23% 0.84% -
XYZ 52.27 45.35 65.03 -
YUV 183.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 214 164 207 0 0.23 0.03 0.16 308.4 0.38 0.74
Hex D6 A4 CF 0 17 3 10 134 26 4A
Octal 326 244 317 0 27 3 20 464 46 112
Binary 11010110 10100100 11001111 0 10111 11 10000 100110100 100110 1001010

Color Harmonies of #D6A4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A4CF

Black with #D6A4CF

Text Example


Text Example

White with #D6A4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A4CF; }

 p { color: rgb(214,164,207); }

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

background-color css

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

 a { background-color: rgb(214,164,207); }

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

border-color css

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

 span { border-color: rgb(214,164,207); }

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