Html Css Color HEX #DCACCD French Lilac

📋 copy color: '#DCACCD'

red 220 ◦ green 172 ◦ blue 205

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

Shades of French Lilac #DCACCD

Tints of French Lilac #DCACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.81%

 BLUE value IS 205 (80.47% from 255) = 34.34%

R = 36.85%
G = 28.81%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCACCD (or 0xDCACCD) is known color: French Lilac. HEX triplet: DC, AC and CD. RGB value is (220,172,205). Sum of RGB (Red+Green+Blue) = 220+172+205=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACCD is #235332. Grayscale: #BEBEBE. Windows color (decimal): -2315059 or 13479132. OLE color: 13479132.

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

Color convert

RGB 220 172 205 -
CMYK 0 0.22 0.07 0.14
HSL 318.75º 0.41% 0.77% -
HSV(B) 318.75º 0.22% 0.86% -
XYZ 55.29 49.13 64.33 -
YUV 190.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 220 172 205 0 0.22 0.07 0.14 318.75 0.41 0.77
Hex DC AC CD 0 16 7 E 13F 29 4D
Octal 334 254 315 0 26 7 16 477 51 115
Binary 11011100 10101100 11001101 0 10110 111 1110 100111111 101001 1001101

Color Harmonies of #DCACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACCD

Black with #DCACCD

Text Example


Text Example

White with #DCACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACCD; }

 p { color: rgb(220,172,205); }

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

background-color css

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

 a { background-color: rgb(220,172,205); }

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

border-color css

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

 span { border-color: rgb(220,172,205); }

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