Html Css Color HEX #D6A2CC Lilac

📋 copy color: '#D6A2CC'

red 214 ◦ green 162 ◦ blue 204

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

Shades of Lilac #D6A2CC

Tints of Lilac #D6A2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 36.9%
G = 27.93%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6A2CC (or 0xD6A2CC) is known color: Lilac. HEX triplet: D6, A2 and CC. RGB value is (214,162,204). Sum of RGB (Red+Green+Blue) = 214+162+204=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A2CC is #295D33. Grayscale: #B6B6B6. Windows color (decimal): -2710836 or 13411030. OLE color: 13411030.

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

Color convert

RGB 214 162 204 -
CMYK 0 0.24 0.05 0.16
HSL 311.54º 0.39% 0.74% -
HSV(B) 311.54º 0.24% 0.84% -
XYZ 51.55 44.5 63 -
YUV 182.34 140.23 150.58 -
System Red Green Blue C M Y K H S L
Decimal 214 162 204 0 0.24 0.05 0.16 311.54 0.39 0.74
Hex D6 A2 CC 0 18 5 10 138 27 4A
Octal 326 242 314 0 30 5 20 470 47 112
Binary 11010110 10100010 11001100 0 11000 101 10000 100111000 100111 1001010

Color Harmonies of #D6A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A2CC

Black with #D6A2CC

Text Example


Text Example

White with #D6A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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