Html Css Color HEX #DCA2CC French Lilac

📋 copy color: '#DCA2CC'

red 220 ◦ green 162 ◦ blue 204

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

Shades of French Lilac #DCA2CC

Tints of French Lilac #DCA2CC

RGB

 RED value IS 220 (86.33% from 255) = 37.54%

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

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

R = 37.54%
G = 27.65%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCA2CC (or 0xDCA2CC) is known color: French Lilac. HEX triplet: DC, A2 and CC. RGB value is (220,162,204). Sum of RGB (Red+Green+Blue) = 220+162+204=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2CC is #235D33. Grayscale: #B8B8B8. Windows color (decimal): -2317620 or 13411036. OLE color: 13411036.

HSL color Cylindrical-coordinate representation of color #DCA2CC: hue angle of 316.55º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA2CC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 162 204 -
CMYK 0 0.26 0.07 0.14
HSL 316.55º 0.45% 0.75% -
HSV(B) 316.55º 0.26% 0.86% -
XYZ 53.33 45.42 63.08 -
YUV 184.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 220 162 204 0 0.26 0.07 0.14 316.55 0.45 0.75
Hex DC A2 CC 0 1A 7 E 13D 2D 4B
Octal 334 242 314 0 32 7 16 475 55 113
Binary 11011100 10100010 11001100 0 11010 111 1110 100111101 101101 1001011

Color Harmonies of #DCA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA2CC

Black with #DCA2CC

Text Example


Text Example

White with #DCA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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