Html Css Color HEX #DCC1D6 French Lilac

📋 copy color: '#DCC1D6'

red 220 ◦ green 193 ◦ blue 214

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

Shades of French Lilac #DCC1D6

Tints of French Lilac #DCC1D6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.78%

 BLUE value IS 214 (83.98% from 255) = 34.13%

R = 35.09%
G = 30.78%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCC1D6 (or 0xDCC1D6) is known color: French Lilac. HEX triplet: DC, C1 and D6. RGB value is (220,193,214). Sum of RGB (Red+Green+Blue) = 220+193+214=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1D6 is #233E29. Grayscale: #CBCBCB. Windows color (decimal): -2309674 or 14074332. OLE color: 14074332.

HSL color Cylindrical-coordinate representation of color #DCC1D6: hue angle of 313.33º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC1D6 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 214 -
CMYK 0 0.12 0.03 0.14
HSL 313.33º 0.28% 0.81% -
HSV(B) 313.33º 0.12% 0.86% -
XYZ 60.72 58.21 71.65 -
YUV 203.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 220 193 214 0 0.12 0.03 0.14 313.33 0.28 0.81
Hex DC C1 D6 0 C 3 E 139 1C 51
Octal 334 301 326 0 14 3 16 471 34 121
Binary 11011100 11000001 11010110 0 1100 11 1110 100111001 11100 1010001

Color Harmonies of #DCC1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC1D6

Black with #DCC1D6

Text Example


Text Example

White with #DCC1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC1D6; }

 p { color: rgb(220,193,214); }

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

background-color css

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

 a { background-color: rgb(220,193,214); }

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

border-color css

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

 span { border-color: rgb(220,193,214); }

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