Html Css Color HEX #D6A2CE Lilac

📋 copy color: '#D6A2CE'

red 214 ◦ green 162 ◦ blue 206

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

Shades of Lilac #D6A2CE

Tints of Lilac #D6A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.84%

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

R = 36.77%
G = 27.84%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6A2CE (or 0xD6A2CE) is known color: Lilac. HEX triplet: D6, A2 and CE. RGB value is (214,162,206). Sum of RGB (Red+Green+Blue) = 214+162+206=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A2CE is #295D31. Grayscale: #B6B6B6. Windows color (decimal): -2710834 or 13542102. OLE color: 13542102.

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

Color convert

RGB 214 162 206 -
CMYK 0 0.24 0.04 0.16
HSL 309.23º 0.39% 0.74% -
HSV(B) 309.23º 0.24% 0.84% -
XYZ 51.79 44.59 64.27 -
YUV 182.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 214 162 206 0 0.24 0.04 0.16 309.23 0.39 0.74
Hex D6 A2 CE 0 18 4 10 135 27 4A
Octal 326 242 316 0 30 4 20 465 47 112
Binary 11010110 10100010 11001110 0 11000 100 10000 100110101 100111 1001010

Color Harmonies of #D6A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A2CE

Black with #D6A2CE

Text Example


Text Example

White with #D6A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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