Html Css Color HEX #D69ACE Lilac

📋 copy color: '#D69ACE'

red 214 ◦ green 154 ◦ blue 206

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

Shades of Lilac #D69ACE

Tints of Lilac #D69ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 37.28%
G = 26.83%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D69ACE (or 0xD69ACE) is known color: Lilac. HEX triplet: D6, 9A and CE. RGB value is (214,154,206). Sum of RGB (Red+Green+Blue) = 214+154+206=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ACE is #296531. Grayscale: #B1B1B1. Windows color (decimal): -2712882 or 13540054. OLE color: 13540054.

HSL color Cylindrical-coordinate representation of color #D69ACE: hue angle of 308º 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 #D69ACE is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 206 -
CMYK 0 0.28 0.04 0.16
HSL 308º 0.42% 0.72% -
HSV(B) 308º 0.28% 0.84% -
XYZ 50.43 41.86 63.82 -
YUV 177.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 214 154 206 0 0.28 0.04 0.16 308 0.42 0.72
Hex D6 9A CE 0 1C 4 10 134 2A 48
Octal 326 232 316 0 34 4 20 464 52 110
Binary 11010110 10011010 11001110 0 11100 100 10000 100110100 101010 1001000

Color Harmonies of #D69ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69ACE

Black with #D69ACE

Text Example


Text Example

White with #D69ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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