Html Css Color HEX #D69AC6 Lilac

📋 copy color: '#D69AC6'

red 214 ◦ green 154 ◦ blue 198

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

Shades of Lilac #D69AC6

Tints of Lilac #D69AC6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.21%

 BLUE value IS 198 (77.73% from 255) = 34.98%

R = 37.81%
G = 27.21%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D69AC6 (or 0xD69AC6) is known color: Lilac. HEX triplet: D6, 9A and C6. RGB value is (214,154,198). Sum of RGB (Red+Green+Blue) = 214+154+198=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AC6 is #296539. Grayscale: #B0B0B0. Windows color (decimal): -2712890 or 13015766. OLE color: 13015766.

HSL color Cylindrical-coordinate representation of color #D69AC6: hue angle of 316º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69AC6 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 198 -
CMYK 0 0.28 0.07 0.16
HSL 316º 0.42% 0.72% -
HSV(B) 316º 0.28% 0.84% -
XYZ 49.48 41.48 58.83 -
YUV 176.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 214 154 198 0 0.28 0.07 0.16 316 0.42 0.72
Hex D6 9A C6 0 1C 7 10 13C 2A 48
Octal 326 232 306 0 34 7 20 474 52 110
Binary 11010110 10011010 11000110 0 11100 111 10000 100111100 101010 1001000

Color Harmonies of #D69AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AC6

Black with #D69AC6

Text Example


Text Example

White with #D69AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AC6; }

 p { color: rgb(214,154,198); }

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

background-color css

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

 a { background-color: rgb(214,154,198); }

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

border-color css

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

 span { border-color: rgb(214,154,198); }

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